Jacob Magner created HIVE-6517: ---------------------------------- Summary: Improvement on HiveSever2 JDBC: in Kerberos auth mode, accept username / password passed from the client's SessionConf Key: HIVE-6517 URL: https://issues.apache.org/jira/browse/HIVE-6517 Project: Hive Issue Type: Improvement Components: Authentication, HiveServer2, JDBC Reporter: Jacob Magner
The default JDBC driver ignores username/password completely in Kerberos auth mode. To be able to auth from a web interface, we could enable password pass through by changing how the Kerberos transport is established. Specifically, we could use LoginContext to authenticate with the kdc, and then use the resulting security context to connect with the hive server. -- This message was sent by Atlassian JIRA (v6.1.5#6160)