[ https://issues.apache.org/jira/browse/HIVE-6517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Foley updated HIVE-6517: ----------------------------- Summary: Improvement on HiveServer2 JDBC: in Kerberos auth mode, accept username / password passed from the client's SessionConf (was: Improvement on HiveSever2 JDBC: in Kerberos auth mode, accept username / password passed from the client's SessionConf) > Improvement on HiveServer2 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 > Assignee: Prasad Mujumdar > > 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.3.4#6332)