apurtell opened a new pull request, #2454: URL: https://github.com/apache/phoenix/pull/2454
`SecureUserConnectionsIT` brings up an embedded MiniKDC, sets `hadoop.security.authentication=kerberos` and the default realm to `EXAMPLE.COM`, but never installs any `hadoop.security.auth_to_local` rules. On a developer workstation holding an active TGT for an unrelated realm `KerberosName.getShortName` has no matching rule to the unrelated realm and the test fails with `KerberosAuthException`. The fix installs permissive rules `RULE:[1:$1] RULE:[2:$1] DEFAULT` in the test's `Configuration` and also sets them statically on `KerberosName`. -- 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]
