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
Hi @Meir017, thanks for raising this issue. It is a good point -- we need to update AzureStorageDevice to use managed-identity. Thanks for raising it. Would this be of interest for you to contribute a PR towards?
Specifically, AzureStorageDevice takes a connection string here:
Feature request type
enhancement
Is your feature request related to a problem? Please describe
Using a ManagedIdentity instead of a connection-string is more secure when interacting with Azure resources.
see https://learn.microsoft.com/en-us/azure/storage/blobs/authorize-access-azure-active-directory#access-data-with-a-microsoft-entra-account
Describe the solution you'd like
Introduce a new options of
"storage-managed-identity"
that will be the managed-identity id.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: