Skip to content

Commit

Permalink
add secretsmanager:GetRandomPassword (#303)
Browse files Browse the repository at this point in the history
* add

* reduce two kms disable actions to wildcard Disable*

* fixed

* sort
  • Loading branch information
markuman authored May 29, 2024
1 parent 60716b7 commit 418bbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/policy/security-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ Statement:
- kms:CreateGrant
- kms:DeleteAlias
- kms:Describe*
- kms:DisableKey
- kms:DisableKeyRotation
- kms:Disable*
- kms:EnableKey
- kms:EnableKeyRotation
- kms:Get*
Expand All @@ -88,6 +87,7 @@ Statement:
- kms:UpdateKeyDescription
- logs:List*
- secretsmanager:Describe*
- secretsmanager:GetRandomPassword
- secretsmanager:List*
Resource: "*"

Expand Down

0 comments on commit 418bbb7

Please sign in to comment.