Skip to content

Commit e0575f0

Browse files
authored
Update kms_policy.json.tpl
1 parent db2c0ef commit e0575f0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

kms_policy.json.tpl

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
1+
{
2+
"Version": "2012-10-17",
3+
"Id": "kms-key-policy",
4+
"Statement": [
5+
{
6+
"Sid": "Enable IAM User Permissions",
7+
"Effect": "Allow",
8+
"Principal": {"AWS": "arn:aws:iam::${account_id}:root"},{"Service": "logs.us-east-1.amazonaws.com"},
9+
"Action": "kms:*",
10+
"Resource": "*"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)