Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
chore: add secrets manager policy to cms role (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Dong authored Jul 30, 2020
1 parent ca24bec commit 4ddd793
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/cloudformation/iam-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ Resources:
- cloudformation:SignalResource
Effect: Allow
Resource: '*'
- PolicyName: "cms-allow-sm-read"
PolicyDocument:
Statement:
- Action:
- secretsmanager:GetResourcePolicy
- secretsmanager:GetSecretValue
- secretsmanager:DescribeSecret
- secretsmanager:ListSecretVersionIds
Effect: Allow
Resource:
- '*'
- PolicyName: "cms-kms-policy"
PolicyDocument:
Statement:
Expand Down

0 comments on commit 4ddd793

Please sign in to comment.