nandorsoma commented on PR #6978:
URL: https://github.com/apache/nifi/pull/6978#issuecomment-1442593184

   > Thanks for working on the clean up @nandorsoma! The changes appear to be 
in order, but it looks like the `KERBEROS_SERVICE_NAME` property can also be 
removed, since it is only used in conjunction with the direct Kerberos 
Principal and Kerberos Keytab properties.
   
   Good catch @exceptionfactory! However, it makes me wonder, what is the real 
purpose of this property? Why is it not needed when KerberosKeyTabUserService 
is used? Afaik, as an alternative, it is possible to specify it in the 
principal property like that: `<serviceName>/<hostname>@KerberosRealmName`. Is 
it equivalent to having `serviceName="<serviceName>" 
principal="<hostname>@KerberosRealmName"` in the JAAS config? If so, why did 
this property even exist in the first place?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to