Skip to content

Commit 2edb270

Browse files
authored
fix(modules): stackset exec role perms (#129)
1 parent 7bccfe6 commit 2edb270

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/log_ingestion.events.cft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Resources:
136136
- sts:AssumeRole
137137
ManagedPolicyArns:
138138
- arn:aws:iam::aws:policy/AmazonEventBridgeFullAccess
139+
- arn:aws:iam::aws:policy/AWSCloudFormationFullAccess
139140
EventBridgeRole:
140141
Type: AWS::IAM::Role
141142
Properties:

modules/volume_access.cft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ Resources:
185185
- sts:AssumeRole
186186
ManagedPolicyArns:
187187
- arn:aws:iam::aws:policy/AWSKeyManagementServicePowerUser
188+
- arn:aws:iam::aws:policy/AWSCloudFormationFullAccess
188189
ScanningKmsKeyStackSet:
189190
Type: AWS::CloudFormation::StackSet
190191
Properties:

0 commit comments

Comments
 (0)