-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the enhancement requested
So far the Azure filesystem implementation only supports account key authentication. This is ok initially during development but for normal operation role-based access control (RBAC) is recommended.
Azure authentication that I think are important to supported (roughly ordered with most important first):
- [C++][FS][Azure] Default credential authentication #39262
- [C++][FS][Azure] Workload Identity Authentication #39318
- [C++][FS][Azure] Managed Identity authentication #39320
- [C++][FS][Azure] Client secret authentication #39343
- [C++][FS][Azure] Azure CLI authentation #39344
- [C++][FS][Azure] Environment credential authentication #39345
- [C++][FS][Azure] SAS token authentication #44308
- None, for un-secured accounts. Implemented by GH-39449: [C++] Use default Azure credentials implicitly and support anonymous credentials explicitly #39450
Related Issues:
- [C++] Filesystem implementation for Azure Blob Storage #18014 (is a child of)
Component(s)
C++
nosterlu