Skip to content

Commit

Permalink
Update permission boundary to include deny on attaching policies to B…
Browse files Browse the repository at this point in the history
…CGOV managed roles
  • Loading branch information
prabhukiran9999 authored Nov 14, 2024
1 parent f7189c7 commit 6d6a5d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/account-sso/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ resource "aws_iam_policy" "bcgov_perm_boundary" {
"iam:Delete*",
"iam:DetachRolePolicy",
"iam:DeleteRolePolicy",
"iam:AttachRolePolicy",
"iam:DeleteUserPermissionsBoundary",
"iam:PutUserPermissionsBoundary",
"iam:DeleteRolePermissionsBoundary"
Expand Down

0 comments on commit 6d6a5d1

Please sign in to comment.