Skip to content

Commit

Permalink
Merge pull request #3 from onemedical/INFRA-5855
Browse files Browse the repository at this point in the history
INFRA-5855 add missing kms:Decrypt permission to lambda role
  • Loading branch information
mengesb authored Nov 18, 2024
2 parents e3b489a + 20289ce commit 8e42488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions anti-virus-scan.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ data "aws_iam_policy_document" "main_scan" {

actions = [
"kms:GenerateDataKey",
"kms:Decrypt"
]

resources = [
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Incrementing the version number below will trigger a
# release tag with that version to be created automatically.
3.0.2
3.0.3

0 comments on commit 8e42488

Please sign in to comment.