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

Lock down Azure storage account per best practices #447

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arvindshmicrosoft
Copy link
Member

Implement the following security hardening published
recommendations
:

  • Disallow shared key access and only allow Microsoft Entra ID authentication.
  • Default to OAuth for Azure portal access to Azure storage account.
  • Only allow network traffic from configured Accumulo VNET.
  • Disallow public blob access at storage account level (container / filesystem level was already disallowed).

Implement the following based on [published
recommendations](https://learn.microsoft.com/en-us/azure/storage/blobs/security-recommendations):

- Disallow shared key access and only allow Microsoft Entra ID
  authentication.
- Default to OAuth for Azure portal access to Azure storage account.
- Only allow network traffic from configured Accumulo VNET.
- Disallow public blob access at storage account level (container /
  filesystem level was already disallowed).
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

Successfully merging this pull request may close these issues.

1 participant