We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661228f commit 2a22a3fCopy full SHA for 2a22a3f
dev/minimum_aws_policy.json
@@ -116,7 +116,9 @@
116
"ec2:*",
117
"sts:GetCallerIdentity",
118
"eks:*",
119
- "kms:CreateGrant"
+ "kms:CreateGrant",
120
+ "acm:DescribeCertificate",
121
+ "servicequotas:ListServiceQuotas"
122
],
123
"Resource": "*"
124
},
docs/clusters/management/auth.md
@@ -181,7 +181,9 @@ Replace the following placeholders with their respective values in the policy te
181
182
183
184
185
186
187
188
189
0 commit comments