You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Sunil Kumar Sattiraju (JIRA)" <ji...@apache.org> on 2017/08/22 12:34:00 UTC

[jira] [Created] (PHOENIX-4112) Support sqlline-thin.py to use keytab for authentication to Phoenix query server - improve SqllineWrapper

Sunil Kumar Sattiraju created PHOENIX-4112:
----------------------------------------------

             Summary: Support sqlline-thin.py to use keytab for authentication to Phoenix query server -  improve SqllineWrapper
                 Key: PHOENIX-4112
                 URL: https://issues.apache.org/jira/browse/PHOENIX-4112
             Project: Phoenix
          Issue Type: Improvement
    Affects Versions: 4.11.0, 4.10.0, 4.9.0
            Reporter: Sunil Kumar Sattiraju


In a kerberized environment sqlline-thin.py support authenticating after the user loads keytab using kinit. phoneix jdbc thin driver supports using keytab like below:

jdbc:phoenix:thin:url=http://queryserver.domain:8765;serialization=PROTOBUF;authentication=SPENGO;principal=phoenix@EXAMPLE.COM;keytab=/etc/security/keytabs/phoenix.keytab

so, improve SqllineWrapper to support these args





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)