Skip to content

Commit f18fc18

Browse files
Add logs:TagLogGroup permission to the log group role (#1085)
* Add logs:TagLogGroup permission to the log group role used by the custom resource to create log groups * Add trailing comma Co-authored-by: Drew Dresser <adresser@flagshippioneering.com>
1 parent 3eda391 commit f18fc18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deployments/cdk/src/deployments/iam/log-group-role.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ async function createRole(stack: AccountStack) {
4646
'logs:DeleteRetentionPolicy',
4747
'logs:DescribeLogGroups',
4848
'logs:AssociateKmsKey',
49+
'logs:TagLogGroup',
4950
],
5051
resources: ['*'],
5152
}),

0 commit comments

Comments
 (0)