Skip to content

Commit 78d6101

Browse files
author
Nick Tait
committed
Added permission required to generate data key for encryption.
1 parent a257e44 commit 78d6101

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samtranslator/policy_templates_data/policy_templates.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,10 @@
12531253
"Definition": {
12541254
"Statement": [
12551255
{
1256-
"Action": "kms:Encrypt",
1256+
"Action": [
1257+
"kms:Encrypt",
1258+
"kms:GenerateDataKey"
1259+
],
12571260
"Effect": "Allow",
12581261
"Resource": {
12591262
"Fn::Sub": [

0 commit comments

Comments
 (0)