From 6e40c6b257fca2a478150d090caf08a6a20c1510 Mon Sep 17 00:00:00 2001 From: SimonMitchellMOJ <51327941+SimonMitchellMOJ@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:42:31 +0000 Subject: [PATCH] HAAR-2297: udpate authorization-api url is hmpps-auth-stage (#74) --- helm_deploy/values-stage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm_deploy/values-stage.yaml b/helm_deploy/values-stage.yaml index 3be4eb5f..b4fb4335 100644 --- a/helm_deploy/values-stage.yaml +++ b/helm_deploy/values-stage.yaml @@ -11,7 +11,7 @@ generic-service: env: INGRESS_URL: "https://authorization-stage.hmpps.service.justice.gov.uk" HMPPS_AUTH_URL: "https://sign-in-stage.hmpps.service.justice.gov.uk/auth" - HMPPS_AUTHORIZATION_SERVER_URL: "https://authorization-server-stage.hmpps.service.justice.gov.uk" + HMPPS_AUTHORIZATION_SERVER_URL: "https://authorization-api-stage.hmpps.service.justice.gov.uk" MANAGE_USERS_API_URL: "https://manage-users-api-stage.hmpps.service.justice.gov.uk" TOKEN_VERIFICATION_API_URL: "https://token-verification-api-stage.prison.service.justice.gov.uk" ENVIRONMENT_NAME: STAGE