Skip to content

Commit e5e35bc

Browse files
ELI 546 - firehose checkov suppressions
1 parent b079096 commit e5e35bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/stacks/api-layer/iam_policies.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ resource "aws_kms_key_policy" "s3_rules_kms_key" {
291291
}
292292

293293
resource "aws_iam_role_policy" "splunk_firehose_policy" {
294+
#checkov:skip=CKV_AWS_290: Firehose requires write access to dynamic log streams without static constraints
295+
#checkov:skip=CKV_AWS_355: Firehose logging requires wildcard resource for CloudWatch log groups/streams
294296
name = "splunk-firehose-policy"
295297
role = aws_iam_role.splunk_firehose_assume_role.id
296298

0 commit comments

Comments
 (0)