Selaa lähdekoodia

Updating minimum eks roles

Stefan McShane 3 vuotta sitten
vanhempi
sitoutus
a5d337f4b3
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      docs/getting-started/aws.md

+ 4 - 1
docs/getting-started/aws.md

@@ -126,6 +126,7 @@ Copy and paste the below JSON to the field.
         "eks:ListNodegroups",
         "eks:UpdateNodegroupConfig",
         "eks:UpdateNodegroupVersion",
+        "eks:AssociateEncryptionConfig",
         "iam:AddRoleToInstanceProfile",
         "iam:AttachRolePolicy",
         "iam:CreateInstanceProfile",
@@ -171,7 +172,9 @@ Copy and paste the below JSON to the field.
         "kms:Get*",
         "kms:ListAliases",
         "kms:ListResourceTags",
-        "kms:ScheduleKeyDeletion"
+        "kms:ScheduleKeyDeletion",
+        "kms:TagResource",
+        "kms:UntagResource"
       ],
       "Resource": "*"
     }