Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
As discussed in HIVE-842, kerberos authentication is only sufficient for authentication of a hive user client to the metastore. There are other cases where thrift calls need to be authenticated when the caller is running in an environment without kerberos credentials. For example, an MR task running as part of a hive job may want to report statistics to the metastore, or a job may be running within the context of Oozie or Hive Server.
This JIRA is to implement support of delegation tokens for the metastore. The concept of a delegation token is borrowed from the Hadoop security design - the quick summary is that a kerberos-authenticated client may retrieve a binary token from the server. This token can then be passed to other clients which can use it to achieve authentication as the original user in lieu of a kerberos ticket.
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-842 Authentication Infrastructure for Hive
- Closed
- is depended upon by
-
HIVE-2467 HA Support for Metastore Server
- Closed
- relates to
-
HIVE-3255 Add DBTokenStore to store Delegation Tokens in DB
- Closed
-
HIVE-13363 Add hive.metastore.token.signature property to HiveConf
- Closed