Skip to content

Commit 67a8aa1

Browse files
authored
Add iam:ListPolicyTags to recommended policy (#32)
Issue #, if available: - Fixes [aws-controllers-k8s/community/issues/1296](aws-controllers-k8s/community#1296) Description of changes: This PR is to add the missing `iam:ListPolicyTags` permission to the policy document. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 31f73ad commit 67a8aa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/iam/recommended-inline-policy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"iam:CreatePolicyVersion",
1717
"iam:DeletePolicyVersion",
1818
"iam:ListPolicyVersions",
19+
"iam:ListPolicyTags",
1920
"iam:ListAttachedRolePolicies",
2021
"iam:AttachRolePolicy",
2122
"iam:DetachRolePolicy",

0 commit comments

Comments
 (0)