Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
hotfix: add missing environment variables for userApiRestClients (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSi96 authored Apr 16, 2024
1 parent 04eabcf commit 28169fb
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/container_apps/env/dev-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ app_settings = [
{
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.uat.pdv.pagopa.it/user-registry/v1"
},
{
name = "SELFCARE_USER_URL"
value = "https://selc-d-pnpg-user-ms-ca.victoriousfield-e39534b8.westeurope.azurecontainerapps.io"
}
]

Expand Down
4 changes: 4 additions & 0 deletions infra/container_apps/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ app_settings = [
{
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.uat.pdv.pagopa.it/user-registry/v1"
},
{
name = "SELFCARE_USER_URL"
value = "https://selc-d-user-ms-ca.politewater-9af33050.westeurope.azurecontainerapps.io"
}
]

Expand Down
4 changes: 4 additions & 0 deletions infra/container_apps/env/prod-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ app_settings = [
{
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.pdv.pagopa.it/user-registry/v1"
},
{
name = "SELFCARE_USER_URL"
value = "https://selc-p-pnpg-user-ms-ca.calmmoss-0be48755.westeurope.azurecontainerapps.io"
}
]

Expand Down
4 changes: 4 additions & 0 deletions infra/container_apps/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ app_settings = [
{
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.pdv.pagopa.it/user-registry/v1"
},
{
name = "SELFCARE_USER_URL"
value = "https://selc-p-user-ms-ca.greensand-62fc96da.westeurope.azurecontainerapps.io"
}
]

Expand Down
4 changes: 4 additions & 0 deletions infra/container_apps/env/uat-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ app_settings = [
{
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.uat.pdv.pagopa.it/user-registry/v1"
},
{
name = "SELFCARE_USER_URL"
value = "https://selc-u-pnpg-user-ms-ca.orangeground-0bd2d4dc.westeurope.azurecontainerapps.io"
}
]

Expand Down
4 changes: 4 additions & 0 deletions infra/container_apps/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ app_settings = [
{
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.uat.pdv.pagopa.it/user-registry/v1"
},
{
name = "SELFCARE_USER_URL"
value = "https://selc-u-user-ms-ca.proudglacier-20652b81.westeurope.azurecontainerapps.io"
}
]

Expand Down

0 comments on commit 28169fb

Please sign in to comment.