Skip to content

Commit e6ca56b

Browse files
authored
Update recommended policy to add required IAM permissions (#70)
Issue #, if available: aws-controllers-k8s/community#1821 Description of changes: Add `iam:PassRole` and `iam:GetRole` permissions By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 78e11b7 commit e6ca56b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/iam/recommended-inline-policy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
{
55
"Effect": "Allow",
66
"Action": [
7-
"eks:*"
7+
"eks:*",
8+
"iam:GetRole",
9+
"iam:PassRole"
810
],
911
"Resource": "*"
1012
}

0 commit comments

Comments
 (0)