Skip to content

Commit

Permalink
Allow ecs:ListClusters for role "cg_web_developer_policy"
Browse files Browse the repository at this point in the history
  • Loading branch information
3iuy-prog committed Nov 14, 2023
1 parent daf3680 commit fe7156d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scenarios/ecs_privesc_evade_protection/terraform/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ resource "aws_iam_policy" "cg_web_developer_policy" {
"ec2:DescribeSubnets",
"s3:ListAllMyBuckets",
"ecs:RegisterTaskDefinition",
"ecs:ListClusters",
"iam:List*"
]
},{
Expand Down

0 comments on commit fe7156d

Please sign in to comment.