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

[RULE] Disable local auth for storage accounts #3115

Open
BernieWhite opened this issue Oct 14, 2024 · 0 comments
Open

[RULE] Disable local auth for storage accounts #3115

BernieWhite opened this issue Oct 14, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed pillar: security Aligned to the Security pillar. rule: storage-account Rule for Azure Storage Accounts

Comments

@BernieWhite
Copy link
Collaborator

Existing rule

No response

Suggested rule

Storage accounts allow disabling local accounts which disables both access keys and SAS tokens.

This is configured by setting the allowSharedKeyAccess property to false.

Access keys allow depersonalized access to a Storage Account using a shared secret.

Pillar

None

Additional context

Similar rules: https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.Cosmos.DisableLocalAuth/

@BernieWhite BernieWhite added pillar: security Aligned to the Security pillar. rule: storage-account Rule for Azure Storage Accounts help wanted Extra attention is needed good first issue Good for newcomers labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed pillar: security Aligned to the Security pillar. rule: storage-account Rule for Azure Storage Accounts
Projects
None yet
Development

No branches or pull requests

1 participant