Skip to content

Commit

Permalink
fix: add required permission to SQS message producer
Browse files Browse the repository at this point in the history
  • Loading branch information
idanlupinsky authored and npalm committed Mar 30, 2023
1 parent e3708c3 commit 3f1fada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/webhook/policies/lambda-ssm.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
{
"Effect": "Allow",
"Action": [
"kms:Decrypt"
"kms:Decrypt",
"kms:GenerateDataKey"
],
"Resource": "${kms_key_arn}"
%{ endif ~}
Expand Down

0 comments on commit 3f1fada

Please sign in to comment.