Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 3f1fada

Browse files
idanlupinskynpalm
authored andcommitted
1 parent e3708c3 commit 3f1fada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: modules/webhook/policies/lambda-ssm.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
{
1515
"Effect": "Allow",
1616
"Action": [
17-
"kms:Decrypt"
17+
"kms:Decrypt",
18+
"kms:GenerateDataKey"
1819
],
1920
"Resource": "${kms_key_arn}"
2021
%{ endif ~}

0 commit comments

Comments
 (0)