BatchExplorer icon indicating copy to clipboard operation
BatchExplorer copied to clipboard

Unable to access the "data" field of batch explorer as access key disable for security compliance.

Open FrankPan1990 opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe. Unable to access the "data" field of batch explorer as access key was disabled for security compliance. As for recent security requirement, we need to disable to access key or automatically disabled via security policy. It will cause we are not able to manage the batch account associated storage account from the batch explorer.

Describe the solution you'd like I helped review the code and can see the field of "data" only use the access key as a reference. Looks it didn't meet the modern security requirement. May I ask if we can add logic to access the storage account via MS Entra ID to avoid the failure of KeyBasedAuthenticationNotPermitted? BatchExplorer/desktop/src/app/components/data/action/blob-container-commands.ts at main · Azure/BatchExplorer (github.com) BatchExplorer/desktop/src/app/services/storage at main · Azure/BatchExplorer (github.com)

FrankPan1990 avatar Oct 03 '24 03:10 FrankPan1990