Skip to content

Commit 2a22a3f

Browse files
RobertLuciandeliahu
authored andcommitted
Update minimum required aws policies (#2125)
(cherry picked from commit 2130be5)
1 parent 661228f commit 2a22a3f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dev/minimum_aws_policy.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@
116116
"ec2:*",
117117
"sts:GetCallerIdentity",
118118
"eks:*",
119-
"kms:CreateGrant"
119+
"kms:CreateGrant",
120+
"acm:DescribeCertificate",
121+
"servicequotas:ListServiceQuotas"
120122
],
121123
"Resource": "*"
122124
},

docs/clusters/management/auth.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ Replace the following placeholders with their respective values in the policy te
181181
"ec2:*",
182182
"sts:GetCallerIdentity",
183183
"eks:*",
184-
"kms:CreateGrant"
184+
"kms:CreateGrant",
185+
"acm:DescribeCertificate",
186+
"servicequotas:ListServiceQuotas"
185187
],
186188
"Resource": "*"
187189
},

0 commit comments

Comments
 (0)