Skip to content

Commit 69d51f7

Browse files
eddalmond1ivma1-nhs
authored andcommitted
eli-139 adding checkov skip for global read permissions in API Gateway log describe and get operations
1 parent 30c971d commit 69d51f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • infrastructure/modules/api_gateway

infrastructure/modules/api_gateway/iam.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ resource "aws_iam_role" "api_gateway" {
1515
}
1616

1717
data "aws_iam_policy_document" "api_gateway_logging" {
18+
#checkov:skip=CKV_AWS_356: Wildcard permissions needed for global log event reads
1819
statement {
1920
sid = "AllowCreateLogGroup"
2021
effect = "Allow"

0 commit comments

Comments
 (0)