Skip to content

Commit

Permalink
fix: update recommended inline policy to include `iam:UpdateAssumeRol…
Browse files Browse the repository at this point in the history
…ePolicy` (#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.
  • Loading branch information
jdockerty authored Apr 27, 2023
1 parent 4a76b25 commit 0592358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/iam/recommended-inline-policy
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"iam:DeleteOpenIDConnectProvider",
"iam:GetOpenIDConnectProvider",
"iam:TagOpenIDConnectProvider",
"iam:CreateOpenIDConnectProvider"
"iam:CreateOpenIDConnectProvider",
"iam:UpdateAssumeRolePolicy"
],
"Resource": "*"
}
Expand Down

0 comments on commit 0592358

Please sign in to comment.