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?/Why is this needed
I'd like to have dynamically provisioned storage account have shared key access disabled.
Describe the solution you'd like in detail
Introduce new driver parameter that will control storage account shared key access setting (AccountOptions.AllowSharedKeyAccess)
I'm using blobfuse. As I understand blobfuse translates to Storage REST API and MSI/SPN auth are already supported, so seems technically possible. Could you please explain more "disabling shared key access would disable blobfuse mount" part, because I'm not really familiar with blobfuse/CSI driver implementation details?
Thanks, I saw that guide for an existing storage account. I'm interested to have shared key access disabled for storage account dynamically provisioned by Blob CSI driver.
Is your feature request related to a problem?/Why is this needed
I'd like to have dynamically provisioned storage account have shared key access disabled.
Describe the solution you'd like in detail
Introduce new driver parameter that will control storage account shared key access setting (AccountOptions.AllowSharedKeyAccess)
Describe alternatives you've considered
NA
Additional context
https://learn.microsoft.com/en-us/azure/storage/common/shared-key-authorization-prevent
The text was updated successfully, but these errors were encountered: