From 4a3596b2904e06b8dfaf7a103a713ac99faa8bb4 Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 12 Jan 2024 10:21:22 +0000 Subject: [PATCH 1/2] Add extra WAF exceptions to TT --- environments/prod/prod.tfvars | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/environments/prod/prod.tfvars b/environments/prod/prod.tfvars index 046cd33f4..139e04efb 100644 --- a/environments/prod/prod.tfvars +++ b/environments/prod/prod.tfvars @@ -3411,6 +3411,21 @@ frontends = [ match_variable = "RequestBodyPostArgNames" operator = "StartsWith" selector = "steps_details_documents_upload_form" + }, + { + match_variable = "PostParamName" + operator = "Equals" + selector = "address_lookup_url" + }, + { + match_variable = "PostParamName" + operator = "StartsWith" + selector = "steps_closure_support_documents_form" + }, + { + match_variable = "PostParamName" + operator = "StartsWith" + selector = "steps_details_documents_upload_form" } ] }, From 5ccefe733a85bf93aa662c91cb1c2b6a17611858 Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 12 Jan 2024 10:23:47 +0000 Subject: [PATCH 2/2] Update stg.tfvars --- environments/stg/stg.tfvars | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/environments/stg/stg.tfvars b/environments/stg/stg.tfvars index 01b67da82..e446b1eb5 100644 --- a/environments/stg/stg.tfvars +++ b/environments/stg/stg.tfvars @@ -1998,6 +1998,21 @@ frontends = [ match_variable = "RequestBodyPostArgNames" operator = "StartsWith" selector = "steps_details_documents_upload_form" + }, + { + match_variable = "PostParamName" + operator = "Equals" + selector = "address_lookup_url" + }, + { + match_variable = "PostParamName" + operator = "StartsWith" + selector = "steps_closure_support_documents_form" + }, + { + match_variable = "PostParamName" + operator = "StartsWith" + selector = "steps_details_documents_upload_form" } ] },