Skip to content

Commit

Permalink
fix(modules): stackset exec role perms (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeers authored Sep 6, 2024
1 parent 7bccfe6 commit 2edb270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/log_ingestion.events.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Resources:
- sts:AssumeRole
ManagedPolicyArns:
- arn:aws:iam::aws:policy/AmazonEventBridgeFullAccess
- arn:aws:iam::aws:policy/AWSCloudFormationFullAccess
EventBridgeRole:
Type: AWS::IAM::Role
Properties:
Expand Down
1 change: 1 addition & 0 deletions modules/volume_access.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Resources:
- sts:AssumeRole
ManagedPolicyArns:
- arn:aws:iam::aws:policy/AWSKeyManagementServicePowerUser
- arn:aws:iam::aws:policy/AWSCloudFormationFullAccess
ScanningKmsKeyStackSet:
Type: AWS::CloudFormation::StackSet
Properties:
Expand Down

0 comments on commit 2edb270

Please sign in to comment.