Skip to content

Commit

Permalink
Merge pull request #10 from BCDevOps/Update-perm-boundary
Browse files Browse the repository at this point in the history
Update permission boundary to include deny on attaching policies to B…
  • Loading branch information
prabhukiran9999 authored Nov 14, 2024
2 parents f7189c7 + 6d6a5d1 commit 6857cd1
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 6857cd1

Please sign in to comment.