Skip to content

Commit

Permalink
feat: Allow iam:PutRolePolicy and iam:DeleteRolePolicy in aws (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciiiii authored Apr 30, 2024
1 parent 4632366 commit 8740a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/aws/files/management_role_iam_policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
"Action": [
"iam:DeleteRole",
"iam:DetachRolePolicy",
"iam:PutRolePolicy",
"iam:DeleteRolePolicy",
"iam:PutRolePermissionsBoundary",
"iam:SetDefaultPolicyVersion",
"iam:UpdateAssumeRolePolicy",
Expand Down
1 change: 1 addition & 0 deletions modules/aws/files/permission_boundary_iam_policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"iam:DeleteServiceLinkedRole",
"iam:DetachRolePolicy",
"iam:PutRolePolicy",
"iam:DeleteRolePolicy",
"iam:PutRolePermissionsBoundary",
"iam:RemoveRoleFromInstanceProfile",
"iam:SetDefaultPolicyVersion",
Expand Down

0 comments on commit 8740a56

Please sign in to comment.