1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

docs: Add KMS aliases handling to IAM permissions (#1288)

This commit is contained in:
Alexandre Hamez
2021-05-27 22:04:48 +02:00
committed by GitHub
parent c43d545158
commit 7062cd6f94
+3
View File
@@ -134,11 +134,14 @@ Following IAM permissions are the minimum permissions needed for your IAM user o
"logs:ListTagsLogGroup",
"logs:PutRetentionPolicy",
// Following permissions for working with secrets_encryption example
"kms:CreateAlias",
"kms:CreateGrant",
"kms:CreateKey",
"kms:DeleteAlias",
"kms:DescribeKey",
"kms:GetKeyPolicy",
"kms:GetKeyRotationStatus",
"kms:ListAliases",
"kms:ListResourceTags",
"kms:ScheduleKeyDeletion"
],