mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-18 14:59:38 +02: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:ListTagsLogGroup",
|
||||||
"logs:PutRetentionPolicy",
|
"logs:PutRetentionPolicy",
|
||||||
// Following permissions for working with secrets_encryption example
|
// Following permissions for working with secrets_encryption example
|
||||||
|
"kms:CreateAlias",
|
||||||
"kms:CreateGrant",
|
"kms:CreateGrant",
|
||||||
"kms:CreateKey",
|
"kms:CreateKey",
|
||||||
|
"kms:DeleteAlias",
|
||||||
"kms:DescribeKey",
|
"kms:DescribeKey",
|
||||||
"kms:GetKeyPolicy",
|
"kms:GetKeyPolicy",
|
||||||
"kms:GetKeyRotationStatus",
|
"kms:GetKeyRotationStatus",
|
||||||
|
"kms:ListAliases",
|
||||||
"kms:ListResourceTags",
|
"kms:ListResourceTags",
|
||||||
"kms:ScheduleKeyDeletion"
|
"kms:ScheduleKeyDeletion"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user