Description
HBase security currently supports Kerberos authentication for clients, but this isn't sufficient for map-reduce interoperability, where tasks execute without Kerberos credentials. In order to fully interoperate with map-reduce clients, we will need to provide our own token authentication mechanism, mirroring the Hadoop token authentication mechanisms. This will require obtaining an HBase authentication token for the user when the job is submitted, serializing it to a secure location, and then, at task execution, having the client or task code de-serialize the stored authentication token and use that in the HBase client authentication process.
A detailed implementation proposal is sketched out on the wiki:
http://wiki.apache.org/hadoop/Hbase/HBaseTokenAuthentication
Attachments
Attachments
Issue Links
- is depended upon by
-
HBASE-3025 Coprocessor based simple access control
- Closed
- is part of
-
HBASE-2742 Provide strong authentication with a secure RPC engine
- Closed
-
HBASE-1697 Discretionary access control
- Closed