-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19471. [ABFS][Backport to 3.4] Support Fixed SAS Token at Container Level (#7461) #7597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…he#7461) Contributed by Manika Joshi Reviewed by Anuj Modi, Anmol Asrani, Manish Bhatt Signed off by Anuj Modi <anujmodi@apache.org>
Test Results============================================================
|
🎊 +1 overall
This message was automatically generated. |
Description of PR
JIRA ticket: https://issues.apache.org/jira/browse/HADOOP-19471
PR link: #7461
Cherry-picked commit: b79b06b
The ABFS driver currently lacks support for multiple SAS tokens for the same storage account across different containers.
Introducing this support through this PR.
To use fixed SAS token at container level the configuration to be used is:
fs.azure.sas.fixed.token.<container-name>.<storage-account-name>
How was this patch tested?
Test suite was run. The results are added in comments below.