From 3bdafe889634da2450a6413911c4fcc2195bb19b Mon Sep 17 00:00:00 2001 From: Ethan Mills Date: Mon, 12 Aug 2024 11:08:24 +0100 Subject: [PATCH] BAU: update cfn ignore for new rule We do not pin cfn version, which mean new rules are included whenever cfn-lint publishes --- backend/api/api.template.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/backend/api/api.template.yml b/backend/api/api.template.yml index 0edd87253..cad981da7 100644 --- a/backend/api/api.template.yml +++ b/backend/api/api.template.yml @@ -85,6 +85,8 @@ Mappings: default: cslsLoggingEnabled: false dynatraceLoggingEnabled: false + dynatraceSecretArn: placeholder + clslSubscriptionFilterArn: placeholder WafArn: Environment: local: "/self-service/development/waf-web-acl" @@ -158,6 +160,12 @@ Globals: - !Ref "AWS::NoValue" DT_OPEN_TELEMETRY_ENABLE_INTEGRATION: !If [DynatraceLoggingEnabled, "true", !Ref "AWS::NoValue"] +Metadata: + cfn-lint: + config: + ignore_checks: + - W6001 + Resources: # https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-apis.html API: