diff --git a/permissions/policy1.json b/permissions/policy1.json index 26c6094c..c369a7b2 100644 --- a/permissions/policy1.json +++ b/permissions/policy1.json @@ -80,9 +80,19 @@ "Resource": [ "arn:aws:eks:*:123456789012:nodegroup/atlas-*", "arn:aws:eks:*:123456789012:cluster/atlas-*-cluster", - "arn:aws:eks:*:123456789012:addon/*" + "arn:aws:eks:*:123456789012:addon/*", + "arn:aws:eks:*:123456789012:access-entry/atlas-*-cluster", + "arn:aws:eks:*:123456789012:access-entry/atlas-*-cluster/*" ] }, + { + "Sid": "eksGlobal", + "Effect": "Allow", + "Action": [ + "eks:DescribeAddonVersions" + ], + "Resource": "*" + }, { "Sid": "DynamoDB", "Effect": "Allow",