Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
-
Reviewed
Description
See already implemented JIra
https://issues.apache.org/jira/browse/HIVE-5155
Support secure proxy user access to HiveServer2
That fix expects the hive.server2.proxy.user parameter to come in Thrift body.
When an intermediary gateway like Apache Knox is authenticating the end client and then proxying the request to HiveServer2, it is not practical for the intermediary like Apache Knox to modify thrift content.
Intermediary like Apache Knox should be able to assert doAs in a query parameter. This paradigm is already established by other Hadoop ecosystem components like WebHDFS, WebHCat, Oozie and HBase and Hive needs to be aligned with them.
The doAs asserted in query parameter should override if doAs specified in Thrift body.
Attachments
Attachments
Issue Links
- blocks
-
HIVE-6837 HiveServer2 thrift/http mode & binary mode proxy user check fails reporting IP null for client
- Resolved
- is related to
-
HIVE-6625 HiveServer2 running in http mode should support trusted proxy access
- Resolved
-
HIVE-5155 Support secure proxy user access to HiveServer2
- Resolved
-
HIVE-6697 HiveServer2 secure thrift/http authentication needs to support SPNego
- Resolved
- links to