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:
[email protected]


With regards,
Apache Git Services

Reply via email to