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

Support for managed identity for Azure blob storage #1134

Open
vikas-rajvanshy opened this issue May 19, 2024 · 1 comment
Open

Support for managed identity for Azure blob storage #1134

vikas-rajvanshy opened this issue May 19, 2024 · 1 comment

Comments

@vikas-rajvanshy
Copy link

Is your feature request related to a problem? Please describe.
The Azure Blob implementation requires a shared key for access to the blob resources, it is more secure to support managed identities so that shared key management is removed.

Describe the solution you'd like
Option to leverage credentials if present via azidentity.NewDefaultAzureCredential(nil)

Describe alternatives you've considered
Could create a shared key, but trying to avoid this as it is not best practice

Can you provide help with implementing this feature?
Yes

Additional context
Add any other context or screenshots about the feature request here.

@Acconut
Copy link
Member

Acconut commented Jun 1, 2024

Thank you for bringing this up. I don't use Azure and thus are not familiar with their authentication schemes, but offering alternatives to pre shared keys makes sense. Would you be willing to open a pull request for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants