Skip to content

Commit

Permalink
Update kms_policy.json.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
easyawslearn authored Jul 31, 2022
1 parent db2c0ef commit e0575f0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion kms_policy.json.tpl
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@

{
"Version": "2012-10-17",
"Id": "kms-key-policy",
"Statement": [
{
"Sid": "Enable IAM User Permissions",
"Effect": "Allow",
"Principal": {"AWS": "arn:aws:iam::${account_id}:root"},{"Service": "logs.us-east-1.amazonaws.com"},
"Action": "kms:*",
"Resource": "*"
}
]
}

0 comments on commit e0575f0

Please sign in to comment.