From 55d17657708f656e0871f128386296e1b7fdb5c8 Mon Sep 17 00:00:00 2001 From: andrea-putzu <106688558+andrea-putzu@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:21:09 +0200 Subject: [PATCH] [SELC-4954] Update ACS for uat env (#283) --- infra/container_apps/hub_spid_login/env/uat/terraform.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/container_apps/hub_spid_login/env/uat/terraform.tfvars b/infra/container_apps/hub_spid_login/env/uat/terraform.tfvars index af70358bc..cc046da4d 100644 --- a/infra/container_apps/hub_spid_login/env/uat/terraform.tfvars +++ b/infra/container_apps/hub_spid_login/env/uat/terraform.tfvars @@ -34,7 +34,7 @@ app_settings = [ }, { name = "ACS_BASE_URL" - value = "https://api.uat.selfcare.pagopa.it/spid/v1" + value = "https://api.uat.selfcare.pagopa.it/spid-login/v1" }, { name = "ORG_DISPLAY_NAME"