From 0c454f20d9995305c4342869c2fd83f5fefac816 Mon Sep 17 00:00:00 2001 From: Gibah Joseph Date: Thu, 9 Jul 2026 13:42:45 +0100 Subject: [PATCH 1/3] fix: Update asyncRequestApi URL to use HTTPS for improved security --- config/staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/staging.yaml b/config/staging.yaml index 19d5b60a..7600baa7 100644 --- a/config/staging.yaml +++ b/config/staging.yaml @@ -4,7 +4,7 @@ organisationTypes: - development-corporation - local-planning-group asyncRequestApi: { - url: http://staging-pub-async-api-lb-12493311.eu-west-2.elb.amazonaws.com + url: https://pub-async.development.planning.data.gov.uk } aws: { region: eu-west-2, From 8d5326f97d33b494cccf68e3970d8bfbf4aec284 Mon Sep 17 00:00:00 2001 From: Gibah Joseph Date: Thu, 9 Jul 2026 13:50:05 +0100 Subject: [PATCH 2/3] fix: Update asyncRequestApi URL in development and staging configurations for consistency --- config/development.yaml | 2 +- config/staging.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/development.yaml b/config/development.yaml index 2dea5db3..bc888483 100644 --- a/config/development.yaml +++ b/config/development.yaml @@ -1,5 +1,5 @@ asyncRequestApi: { - url: http://development-pub-async-api-lb-69142969.eu-west-2.elb.amazonaws.com + url: https://pub-async.development.planning.data.gov.uk } aws: { region: eu-west-2, diff --git a/config/staging.yaml b/config/staging.yaml index 7600baa7..19d5b60a 100644 --- a/config/staging.yaml +++ b/config/staging.yaml @@ -4,7 +4,7 @@ organisationTypes: - development-corporation - local-planning-group asyncRequestApi: { - url: https://pub-async.development.planning.data.gov.uk + url: http://staging-pub-async-api-lb-12493311.eu-west-2.elb.amazonaws.com } aws: { region: eu-west-2, From c56ba661c3ced1ec68cfcc25b0e355fdd394fa3e Mon Sep 17 00:00:00 2001 From: Matt Poole Date: Fri, 10 Jul 2026 11:57:39 +0100 Subject: [PATCH 3/3] add two other async endpoints --- config/acceptanceTests.yaml | 2 +- config/production.yaml | 2 +- config/staging.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/acceptanceTests.yaml b/config/acceptanceTests.yaml index 20e53a51..21e42157 100644 --- a/config/acceptanceTests.yaml +++ b/config/acceptanceTests.yaml @@ -1,5 +1,5 @@ asyncRequestApi: { - url: http://development-pub-async-api-lb-69142969.eu-west-2.elb.amazonaws.com + url: https://pub-async.development.planning.data.gov.uk } aws: { region: eu-west-2, diff --git a/config/production.yaml b/config/production.yaml index b98dc899..987618c2 100644 --- a/config/production.yaml +++ b/config/production.yaml @@ -4,7 +4,7 @@ organisationTypes: - development-corporation - local-planning-group asyncRequestApi: { - url: http://production-pub-async-api-lb-636110663.eu-west-2.elb.amazonaws.com + url: https://pub-async.planning.data.gov.uk } aws: { region: eu-west-2, diff --git a/config/staging.yaml b/config/staging.yaml index 19d5b60a..1ef513ac 100644 --- a/config/staging.yaml +++ b/config/staging.yaml @@ -4,7 +4,7 @@ organisationTypes: - development-corporation - local-planning-group asyncRequestApi: { - url: http://staging-pub-async-api-lb-12493311.eu-west-2.elb.amazonaws.com + url: https://pub-async.staging.planning.data.gov.uk } aws: { region: eu-west-2,