Skip to content

Commit 2797956

Browse files
ahamezArchiFleKs
authored andcommitted
docs: Add KMS aliases handling to IAM permissions (terraform-aws-modules#1288)
1 parent 1d4bd01 commit 2797956

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/iam-permissions.md

+3
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,14 @@ Following IAM permissions are the minimum permissions needed for your IAM user o
134134
"logs:ListTagsLogGroup",
135135
"logs:PutRetentionPolicy",
136136
// Following permissions for working with secrets_encryption example
137+
"kms:CreateAlias",
137138
"kms:CreateGrant",
138139
"kms:CreateKey",
140+
"kms:DeleteAlias",
139141
"kms:DescribeKey",
140142
"kms:GetKeyPolicy",
141143
"kms:GetKeyRotationStatus",
144+
"kms:ListAliases",
142145
"kms:ListResourceTags",
143146
"kms:ScheduleKeyDeletion"
144147
],

0 commit comments

Comments
 (0)