We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b079096 commit e5e35bcCopy full SHA for e5e35bc
infrastructure/stacks/api-layer/iam_policies.tf
@@ -291,6 +291,8 @@ resource "aws_kms_key_policy" "s3_rules_kms_key" {
291
}
292
293
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
296
name = "splunk-firehose-policy"
297
role = aws_iam_role.splunk_firehose_assume_role.id
298
0 commit comments