From 14e3b7342b65ffe87defff99137b20e2a149cd30 Mon Sep 17 00:00:00 2001 From: simonmitchell Date: Mon, 15 Jan 2024 11:58:09 +0000 Subject: [PATCH] HAAR-1900: update authorization-server url --- helm_deploy/values-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm_deploy/values-dev.yaml b/helm_deploy/values-dev.yaml index 4a5c0eef..0093abb6 100644 --- a/helm_deploy/values-dev.yaml +++ b/helm_deploy/values-dev.yaml @@ -10,7 +10,7 @@ generic-service: env: INGRESS_URL: "https://authorization-dev.hmpps.service.justice.gov.uk" HMPPS_AUTH_URL: "https://sign-in-dev.hmpps.service.justice.gov.uk/auth" - HMPPS_AUTHORIZATION_SERVER_URL: "https://authorization-dev.hmpps.service.justice.gov.uk" + HMPPS_AUTHORIZATION_SERVER_URL: "https://authorization-server-dev.hmpps.service.justice.gov.uk" MANAGE_USERS_API_URL: "https://manage-users-api-dev.hmpps.service.justice.gov.uk" TOKEN_VERIFICATION_API_URL: "https://token-verification-api-dev.prison.service.justice.gov.uk" ENVIRONMENT_NAME: DEV