Skip to content

Commit

Permalink
Merge pull request #871 from govuk-one-login/cfn-update
Browse files Browse the repository at this point in the history
BAU: update cfn ignore for new rule
  • Loading branch information
ethanmills authored Aug 15, 2024
2 parents b91b1e9 + 3bdafe8 commit 16a1ce1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend/api/api.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Mappings:
default:
cslsLoggingEnabled: false
dynatraceLoggingEnabled: false
dynatraceSecretArn: placeholder
clslSubscriptionFilterArn: placeholder
WafArn:
Environment:
local: "/self-service/development/waf-web-acl"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 16a1ce1

Please sign in to comment.