Skip to content

Commit

Permalink
Merge pull request #580 from rust-lang/fix-restrict-playground-permis…
Browse files Browse the repository at this point in the history
…sions

fix: restrict playground permissions
  • Loading branch information
marcoieni authored Sep 26, 2024
2 parents 7244dc7 + 59882de commit c8b6161
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/team-members-access/infra-deploy-playground.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ resource "aws_iam_group_policy" "infra_deploy_playground" {
"Resource" : [
"arn:aws:ec2:*:*:instance/*",
],
"Condition" : {
"StringEquals" : {
"ec2:ResourceTag/Service" : "playground"
}
}
}
]
})
Expand Down

0 comments on commit c8b6161

Please sign in to comment.