You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/03 09:49:38 UTC

[GitHub] [nifi] pvillard31 commented on a change in pull request #2866: NIFI-4710 Kerberos support for user auth in Docker instances

pvillard31 commented on a change in pull request #2866: NIFI-4710 Kerberos support for user auth in Docker instances
URL: https://github.com/apache/nifi/pull/2866#discussion_r271662356
 
 

 ##########
 File path: nifi-docker/dockerhub/README.md
 ##########
 @@ -144,6 +144,36 @@ volume to provide certificates on the host system to the container instance.
     -e LDAP_TLS_TRUSTSTORE_PASSWORD: ''
     -e LDAP_TLS_TRUSTSTORE_TYPE: ''
 
+### Standalone Instance, Kerberos
+In this configuration, the user will need to provide certificates and the associated configuration information.
+Of particular note, is the `AUTH` environment variable which is set to `kerberos`.  Additionally, the user must 
+provide a username as provided by the configured kerberos server in the `INITIAL_ADMIN_IDENTITY` environment 
+variable if wants to authenticate by kerberos. This value will be used to seed the instance with an initial user 
+with administrative privileges.  Finally, this command makes use of a volume to provide certificates on the host 
+system to the container instance.  Spnego information has to be provieded for SSO.
 
 Review comment:
   ```suggestion
   system to the container instance.  SPNEGO information has to be provided for SSO.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services