Skip to content

Commit 5256d32

Browse files
authored
Update recommended policy to add required IAM permissions (#127)
Issue #2164, if available: aws-controllers-k8s/community#2164 Description of changes: Update recommended policy to add the following IAM permissions: - iam:ListAttachedRolePolicies - ec2:DescribeSubnets By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 5228818 commit 5256d32

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
@@ -6,7 +6,9 @@
66
"Action": [
77
"eks:*",
88
"iam:GetRole",
9-
"iam:PassRole"
9+
"iam:PassRole",
10+
"iam:ListAttachedRolePolicies",
11+
"ec2:DescribeSubnets"
1012
],
1113
"Resource": "*"
1214
}

0 commit comments

Comments
 (0)