Skip to content

Commit

Permalink
Allow more actions in the role
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Oct 4, 2023
1 parent 16e5cab commit 3fe7418
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/lib/github-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ const appResourcePolicies = (tagKey: string, tagValue: string, stacks: string[])
"ec2:DescribeSecurityGroups",
"ec2:DeleteSecurityGroup",
"ec2:CreateTags",
"ec2:DeleteTags",
"ec2:RevokeSecurityGroupIngress",
"ec2:RevokeSecurityGroupEgress",
"ec2:AuthorizeSecurityGroupIngress",
"ec2:AuthorizeSecurityGroupEgress",
"iam:*",
"events:*",
"route53:*",
Expand Down

0 comments on commit 3fe7418

Please sign in to comment.