diff --git a/dev/minimum_aws_policy.json b/dev/minimum_aws_policy.json index c8f30d2b29..6e30adedbf 100644 --- a/dev/minimum_aws_policy.json +++ b/dev/minimum_aws_policy.json @@ -116,7 +116,9 @@ "ec2:*", "sts:GetCallerIdentity", "eks:*", - "kms:CreateGrant" + "kms:CreateGrant", + "acm:DescribeCertificate", + "servicequotas:ListServiceQuotas" ], "Resource": "*" }, diff --git a/docs/clusters/management/auth.md b/docs/clusters/management/auth.md index cf055775d5..90d2687055 100644 --- a/docs/clusters/management/auth.md +++ b/docs/clusters/management/auth.md @@ -181,7 +181,9 @@ Replace the following placeholders with their respective values in the policy te "ec2:*", "sts:GetCallerIdentity", "eks:*", - "kms:CreateGrant" + "kms:CreateGrant", + "acm:DescribeCertificate", + "servicequotas:ListServiceQuotas" ], "Resource": "*" },