-
Notifications
You must be signed in to change notification settings - Fork 97
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpillar: securityAligned to the Security pillar.Aligned to the Security pillar.rule: storage-accountRule for Azure Storage AccountsRule for Azure Storage Accounts
Description
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
Security
Additional context
Create a new YAML based rule named Azure.Storage.LocalAuth
.
Similar rules:
- Azure.Redis.LocalAuth
- Azure.AI.DisableLocalAuth
- Azure.Cosmos.DisableLocalAuth
This should have the labels: Azure.WAF/maturity: L1
and Azure.MCSB.v1/control: IM-1
.
Use rule ref AZR-000497
.
References:
Copilot
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpillar: securityAligned to the Security pillar.Aligned to the Security pillar.rule: storage-accountRule for Azure Storage AccountsRule for Azure Storage Accounts