Skip to content
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

[FEATURE REQ] Add TokenCredential auth to azure.storage.blob.nio #43341

Open
veinlumera opened this issue Dec 11, 2024 · 2 comments · May be fixed by #43426
Open

[FEATURE REQ] Add TokenCredential auth to azure.storage.blob.nio #43341

veinlumera opened this issue Dec 11, 2024 · 2 comments · May be fixed by #43426
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Storage Storage Service (Queues, Blobs, Files)

Comments

@veinlumera
Copy link

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

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Storage Storage Service (Queues, Blobs, Files) labels Dec 11, 2024
Copy link

Copy link

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@veinlumera veinlumera linked a pull request Dec 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants