Skip to content

Commit 0592358

Browse files
authored
fix: update recommended inline policy to include iam:UpdateAssumeRolePolicy (#76)
Issue #, if available: aws-controllers-k8s/community#1765 Description of changes: Updates the recommended inline policy to include `iam:UpdateAssumeRolePolicy`. This builds from my previous work that was merged in #74, as I did not update the recommended IAM policy at the same time. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 4a76b25 commit 0592358

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/iam/recommended-inline-policy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"iam:DeleteOpenIDConnectProvider",
6464
"iam:GetOpenIDConnectProvider",
6565
"iam:TagOpenIDConnectProvider",
66-
"iam:CreateOpenIDConnectProvider"
66+
"iam:CreateOpenIDConnectProvider",
67+
"iam:UpdateAssumeRolePolicy"
6768
],
6869
"Resource": "*"
6970
}

0 commit comments

Comments
 (0)