Azure / Azure/BatchExplorer

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

Open
#2,936 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
205
Forks
75
PR merge metrics
No merged PRs in 30d

Description

**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)](https://github.com/Azure/BatchExplorer/blob/main/desktop/src/app/components/data/action/blob-container-commands.ts#L14)
[BatchExplorer/desktop/src/app/services/storage at main · Azure/BatchExplorer (github.com)](https://github.com/Azure/BatchExplorer/tree/main/desktop/src/app/services/storage)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.