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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
