Skip to content

Commit

Permalink
Merge branch 'master' into opal-frontend-test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfrankiemoran authored Mar 3, 2025
2 parents 5a9cf70 + 07abefe commit 1c80d6b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 93 deletions.
3 changes: 3 additions & 0 deletions environments/demo/backend_lb_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ gateways:
- product: darts
component: ucf-test-harness
ssl_enabled: false
- product: darts
component: external-component-test-harness
ssl_enabled: false
# Pre-Recorded Evidence
- product: pre
component: portal
Expand Down
93 changes: 0 additions & 93 deletions environments/prod/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -74,99 +74,6 @@ frontends = [
backend_domain = ["dualstack.dsd-apps-lb-01-1379550980.eu-west-1.elb.amazonaws.com"]
shutter_app = false
},
{
name = "trib-land-reg-division"
mode = "Prevention"
custom_domain = "landregistrationdivision.decisions.tribunals.gov.uk"
dns_zone_name = "decisions.tribunals.gov.uk"
backend_domain = ["dts-tribs-prod-1612499966.eu-west-1.elb.amazonaws.com"]
shutter_app = false
hosted_externally = true
cache_enabled = false

global_exclusions = [
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "ddlScat1"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "__EVENTVALIDATION"
}
]
custom_rules = [
{
name = "AllowAllAdmin",
type = "MatchRule"
priority = 1
action = "Allow"

match_conditions = [
{
match_variable = "RequestUri"
operator = "Contains"
negation_condition = false
match_values = [
"/Admin", "/Secure"]
}
]
}
]
},
{
name = "trib-info-rights"
mode = "Prevention"
custom_domain = "informationrights.decisions.tribunals.gov.uk"
dns_zone_name = "decisions.tribunals.gov.uk"
backend_domain = ["dts-tribs-prod-1612499966.eu-west-1.elb.amazonaws.com"]
shutter_app = false
hosted_externally = true
cache_enabled = false

global_exclusions = [
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "__VIEWSTATE"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "__EVENTVALIDATION"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "ddlTax3"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "ddlTax2"
}
]
custom_rules = [
{
name = "AllowAllAdmin",
type = "MatchRule"
priority = 1
action = "Allow"

match_conditions = [
{
match_variable = "RequestUri"
operator = "Contains"
negation_condition = false
match_values = [
"/Admin", "/Secure"]
}
]
}
]
},

{
name = "trib-lands-chamber"
mode = "Prevention"
Expand Down
3 changes: 3 additions & 0 deletions environments/stg/backend_lb_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ gateways:
- product: darts
component: ucf-test-harness
ssl_enabled: false
- product: darts
component: external-component-test-harness
ssl_enabled: false
# Pre-Recorded Evidence
- product: pre
component: portal
Expand Down
3 changes: 3 additions & 0 deletions environments/test/backend_lb_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ gateways:
- product: darts
component: ucf-test-harness
ssl_enabled: false
- product: darts
component: external-component-test-harness
ssl_enabled: false
# Pre-Recorded Evidence
- product: pre
component: portal
Expand Down

0 comments on commit 1c80d6b

Please sign in to comment.