Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE: Draft PR for enabling compression on NFdiv perftest environment. #2157

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Draft PR for enabling compression on NFdiv perftest environment.

357544c
Select commit
Loading
Failed to load commit list.
Draft

DO NOT MERGE: Draft PR for enabling compression on NFdiv perftest environment. #2157

Draft PR for enabling compression on NFdiv perftest environment.
357544c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure-platform-terraform (test_apim_appgw TerraformPlanApply) failed Jun 20, 2024 in 55s

test_apim_appgw TerraformPlanApply failed

Annotations

Check failure on line 542 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-platform-terraform (test_apim_appgw TerraformPlanApply)

Build log #L542

Terraform command 'plan' failed with exit code '1'.

Check failure on line 543 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-platform-terraform (test_apim_appgw TerraformPlanApply)

Build log #L543

╷
│ Error: Missing key/value separator
│ 
│   on /home/vsts/work/1/s/azure-platform-terraform/environments/test/test.tfvars line 456:
│  362:   {
│  363:   name          = "nfdiv-apply"
│  364:   custom_domain = "nfdiv-apply-for-divorce.perftest.platform.hmcts.net"
│  365:   dns_zone_name = "perftest.platform.hmcts.net"
│  366:   mode          = "Prevention"
│  367:   backend       = "nfdiv"
│  368:   disabled_rules = {
│  369:     SQLI = [
│  370:       "942100",
│  371:       "942150",
│  372:       "942200",
│  373:       "942210",
│  374:       "942230",
│  375:       "942361",
│  376:       "942380",
│  377:       "942400",
│  378:       "942430",
│  379:       "942260"
│  380:     ]
│  381:     LFI = [
│  382:       "930100", // false positive on multi-part uploads
│  383:       "930110", // false positive on multi-part uploads
│  384:     ]
│  385:     RCE = [
│  386:       "932100"
│  387:     ]
│  388:     RFI = [
│  389:       "931130"
│  390:     ]
│  391:   },
│  392:   global_exclusions = [
│  393:     {
│  394:       match_variable = "RequestCookieNames"
│  395:       operator       = "Equals"
│  396:       selector       = "connect.sid"
│  397:     },
│  398:     {
│  399:       match_variable = "RequestCookieNames"
│  400:       operator       = "Equals"
│  401:       selector       = "dtSa"
│  402:     },
│  403:     {
│  404:       match_variable = "RequestCookieNames"
│  405:       operator       = "Equals"
│  406:       selector       = "nfdiv-cookie-preferences"
│  407:     },
│  408:     {
│  409:       match_variable = "RequestCookieNames"
│  410:       operator       = "Equals"
│  411:       selector       = "dtCookie"
│  412:     },
│  413:     {
│  414:       match_variable = "RequestCookieNames"
│  415:       operator       = "Equals"
│  416:       selector       = "nfdiv-session"
│  417:     },
│  418:     {
│  419:       match_variable = "QueryStringArgNames"
│  420:       operator       = "Equals"
│  421:       selector       = "lng"
│  422:     },
│  423:     {
│  424:       match_variable = "QueryStringArgNames"
│  425:       operator       = "Equals"
│  426:       selector       = "code"
│  427:     },
│  428:     {
│  429:       match_variable = "QueryStringArgNames"
│  430:       operator       = "Equals"
│  431:       selector       = "client_id"
│  432:     },
│  433:     {
│  434:       match_variable = "QueryStringArgNames"
│  435:       operator       = "Equals"
│  436:       selector       = "iss"
│  437:     },
│  438:     {
│  439:       match_variable = "RequestBodyPostArgNames"
│  440:       operator       = "Equals"
│  441:       selector       = "_csrf"
│  442:     },
│  443:     {
│  444:       match_variable = "RequestBodyPostArgNames"
│  445:       operator       = "Equals"
│  446:       selector       = "applicant1UploadedFiles"
│  447:     },
│  448:     {
│  449:       match_variable = "RequestBodyPostArgNames"
│  450:       operator       = "Equals"
│  451:       selector       = "applicant2UploadedFiles"
│  452:     },
│  453:   ]
│  454:     resource "azurerm_cdn_frontdoor_rule_set" "caching_ruleset" {
│ 
│ Expected an equals sign ("=") to mark the beginning of the attribute value.
╵