You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/01/08 09:20:12 UTC

[GitHub] [hadoop] nandakumar131 commented on issue #1769: HADOOP-16761. KMSClientProvider does not work with client using ticke…

nandakumar131 commented on issue #1769: HADOOP-16761. KMSClientProvider does not work with client using ticke…
URL: https://github.com/apache/hadoop/pull/1769#issuecomment-571960993
 
 
   Thanks @xiaoyuyao for working on this.
   
   For externally managed subjects both `actualUgi#isFromKeytab` and `actualUgi#isFromTicket` will return false, as both the call checks `isHadoopLogin`.
   Even with this change we will end up executing `actualUgi = UserGroupInformation.getLoginUser()` for externally managed subjects.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org