mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 16:43:46 +01:00
docs: Add KMS aliases handling to IAM permissions (#1288)
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user