Skip to content

Commit 3025b6d

Browse files
committed
Add missing kms:* to ElastioAssetAccountDeployer
1 parent 5f0702d commit 3025b6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/src/policies/ElastioAssetAccountDeployer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
description: "Permissions required to deploy the Elastio Asset Account stack",
1717
statements: [
1818
{
19-
Action: ["lambda:*", "cloudformation:*", "logs:*", "ssm:*"],
19+
Action: ["lambda:*", "cloudformation:*", "logs:*", "ssm:*", "kms:*"],
2020
Resource: "*",
2121
},
2222
{

iam-policies/terraform/policies/ElastioAssetAccountDeployer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Version": "2012-10-17",
55
"Statement": [
66
{
7-
"Action": ["lambda:*", "cloudformation:*", "logs:*", "ssm:*"],
7+
"Action": ["lambda:*", "cloudformation:*", "logs:*", "ssm:*", "kms:*"],
88
"Resource": "*",
99
"Effect": "Allow"
1010
},

0 commit comments

Comments
 (0)