You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/03/11 16:29:07 UTC

[GitHub] [phoenix-queryserver] stoty commented on issue #19: PHOENIX-5761 sqlline-thin kerberos logic too aggressive

stoty commented on issue #19: PHOENIX-5761 sqlline-thin kerberos logic too aggressive
URL: https://github.com/apache/phoenix-queryserver/pull/19#issuecomment-597734581
 
 
   The problem is the BASIC the default authentication method in Avatica, and we are are overriding it based on hadoop/hbase configuration we find on the host.
   We could parse the URL, and not start the kerberos login if 
   a.) explicit non-SPNEGO is auth is specified
   b.) explicit principal is specified (for keytab auth)
   c.) explicit auth user is set (not used for SPENGO)
   
   This would probably cover most bases.

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