Skip to content

Commit bead908

Browse files
committed
address feedback to add ReEncrypt permission.
1 parent d6f25aa commit bead908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cfn/ci_cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ Resources:
390390
"kms:Encrypt",
391391
"kms:Decrypt",
392392
"kms:GenerateDataKey",
393-
"kms:GenerateDataKeyWithoutPlaintext"
393+
"kms:GenerateDataKeyWithoutPlaintext",
394+
"kms:ReEncrypt"
394395
]
395396
}
396397
]

0 commit comments

Comments
 (0)