Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
Current implementation of Azure storage client for Hadoop (WASB) does not support Kerberos Authentication and FileSystem authorization, which makes it unusable in secure environments with multi user setup.
To make WASB client more suitable to run in Secure environments, there are 2 initiatives under way for providing the authorization (HADOOP-13930) and fine grained access control (HADOOP-13863) support.
This JIRA is created to add Kerberos and delegation token support to WASB client to fetch Azure Storage SAS keys (from Remote service as discussed in HADOOP-13863), which provides fine grained timed access to containers and blobs.
For delegation token management, the proposal is it use the same REST service which being used to generate the SAS Keys.
Attachments
Attachments
Issue Links
- is cloned by
-
HADOOP-14579 Add Kerberos and Delegation token support to ADLS client
- Resolved
- is related to
-
HADOOP-13930 Azure: Add Authorization support to WASB
- Resolved