Sfoglia il codice sorgente

Updating minimum eks roles

Stefan McShane 3 anni fa
parent
commit
4ba56961c4
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      docs/getting-started/aws.md

+ 5 - 0
docs/getting-started/aws.md

@@ -174,7 +174,12 @@ Copy and paste the below JSON to the field.
         "kms:ListResourceTags",
         "kms:ListResourceTags",
         "kms:ScheduleKeyDeletion",
         "kms:ScheduleKeyDeletion",
         "kms:TagResource",
         "kms:TagResource",
+<<<<<<< Updated upstream
         "kms:UntagResource"
         "kms:UntagResource"
+=======
+        "kms:UntagResource",
+        "kms:EnableKeyRotation"
+>>>>>>> Stashed changes
       ],
       ],
       "Resource": "*"
       "Resource": "*"
     }
     }