Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FrankPan1990 opened this issue Oct 3, 2024 · 0 comments

Comments

@FrankPan1990
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant