Skip to content

Commit

Permalink
Adding CreateGrant to KMS key actions in KMS key policy (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
jms-wandb authored Nov 5, 2024
1 parent a4af5d8 commit 7ed0c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ This can be donw by adding the following policy document.
"kms:Decrypt",
"kms:ReEncrypt*",
"kms:GenerateDataKey*",
"kms:DescribeKey"
"kms:DescribeKey",
"kms:CreateGrant"
],
"Resource": "*"
}
Expand Down

0 comments on commit 7ed0c92

Please sign in to comment.