Skip to content

Commit

Permalink
add kms:List* for all
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-ellis-ky committed Sep 19, 2024
1 parent 92313e6 commit 4b49104
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ops/terraform/env/mgmt/cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ resource "aws_iam_policy" "github_actions_ci_ops" {
"kms:List*"
]
Resource = concat(local.all_kms_config_key_arns, local.all_kms_data_key_arns)
},
{
Sid = "AllowListOfAllKeys"
Effect = "Allow"
Action = [
"kms:List*"
]
Resource = "*"
}
]
Version = "2012-10-17"
Expand Down

0 comments on commit 4b49104

Please sign in to comment.