[RULE] Disable local auth for storage accounts #3115
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
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 tofalse
.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/
The text was updated successfully, but these errors were encountered: