You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: