You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2020/04/09 09:52:00 UTC

[jira] [Resolved] (PHOENIX-4112) Allow JDBC url-based Kerberos credentials via sqlline-thin.py

     [ https://issues.apache.org/jira/browse/PHOENIX-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Istvan Toth resolved PHOENIX-4112.
----------------------------------
    Fix Version/s: queryserver-1.0.0
       Resolution: Fixed

PHOENIX-5772 solves this.

> Allow JDBC url-based Kerberos credentials via sqlline-thin.py
> -------------------------------------------------------------
>
>                 Key: PHOENIX-4112
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4112
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Sunil Kumar Sattiraju
>            Priority: Major
>             Fix For: queryserver-1.0.0
>
>
> 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
(v8.3.4#803005)