Azure / Azure/azure-sdk-for-java
[FEATURE REQ] Add TokenCredential auth to azure.storage.blob.nio
- Lingua principale
- Java
- Stelle
- 2.6k
- Fork
- 2.2k
- Merge medio
- 2g 2h
- PR unite (30g)
- 205
Descrizione
**Is your feature request related to a problem? Please describe.**
We would like to use Microsoft EntraID/Azure AD authentication when we use azure.storage.blob.nio to access Azure Blob Storage containers
**Describe the solution you'd like**
Add the possibility to use TokenCredential interface based object in the configmap that is sent into AzureFileSystemProvider#newFileSystem method. Basically it seems the handling of that Interface need to be added in the AzureFileSystem#buildBlobServiceClient that only handles the AzureStorageSharedKeyCredential and AzureStorageSasTokenCredential ath the moment.
**Describe alternatives you've considered**
Alternatives...well use the AzureStorageSharedKeyCredential object but it would be a lot nicer to use EntraID
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.