Skip to content

Commit

Permalink
Merge release-uat (#283)
Browse files Browse the repository at this point in the history
Co-authored-by: Giulia Tremolada <[email protected]>
  • Loading branch information
manuraf and giulia-tremolada authored Mar 28, 2024
1 parent e19645f commit 1fe2410
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 155 deletions.
74 changes: 0 additions & 74 deletions .devops/code-review-pipelines.yml

This file was deleted.

1 change: 0 additions & 1 deletion .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ parameters:
trigger:
branches:
include:
- main
- release-*
paths:
include:
Expand Down
74 changes: 0 additions & 74 deletions .devops/pnpg-code-review-pipelines.yml

This file was deleted.

1 change: 0 additions & 1 deletion .devops/pnpg-deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ parameters:
trigger:
branches:
include:
- main
- release-*
paths:
include:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ feign.client.config.ms-onboarding-api.requestInterceptors[0]=it.pagopa.selfcare.
feign.client.config.ms-onboarding-api.errorDecoder=it.pagopa.selfcare.onboarding.connector.rest.decoder.FeignErrorDecoder
feign.client.config.ms-onboarding-api.readTimeout=${USERVICE_PARTY_PROCESS_REST_CLIENT_READ_TIMEOUT:${REST_CLIENT_READ_TIMEOUT:5000}}
feign.client.config.ms-onboarding-api.loggerLevel=${USERVICE_PARTY_PROCESS_REST_CLIENT_LOGGER_LEVEL:${REST_CLIENT_LOGGER_LEVEL:FULL}}
feign.client.config.ms-onboarding-api.connectTimeout=${USERVICE_PARTY_PROCESS_REST_CLIENT_CONNECT_TIMEOUT:${REST_CLIENT_CONNECT_TIMEOUT:5000}}
feign.client.config.ms-onboarding-api.connectTimeout=${USERVICE_PARTY_PROCESS_REST_CLIENT_CONNECT_TIMEOUT:${REST_CLIENT_CONNECT_TIMEOUT:5000}}
feign.client.config.ms-onboarding-token-api.requestInterceptors[0]=it.pagopa.selfcare.commons.connector.rest.interceptor.AuthorizationHeaderInterceptor
feign.client.config.ms-onboarding-token-api.errorDecoder=it.pagopa.selfcare.onboarding.connector.rest.decoder.FeignErrorDecoder
feign.client.config.ms-onboarding-token-api.readTimeout=${USERVICE_PARTY_PROCESS_REST_CLIENT_READ_TIMEOUT:${REST_CLIENT_READ_TIMEOUT:5000}}
feign.client.config.ms-onboarding-token-api.loggerLevel=${USERVICE_PARTY_PROCESS_REST_CLIENT_LOGGER_LEVEL:${REST_CLIENT_LOGGER_LEVEL:FULL}}
feign.client.config.ms-onboarding-token-api.connectTimeout=${USERVICE_PARTY_PROCESS_REST_CLIENT_CONNECT_TIMEOUT:${REST_CLIENT_CONNECT_TIMEOUT:5000}}
2 changes: 1 addition & 1 deletion infra/container_apps/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "https://selc-d-ext-interceptor-ca.gentleflower-c63e62fe.westeurope.azurecontainerapps.io"
value = "http://selc.internal.dev.selfcare.pagopa.it//ms-external-interceptor/v1"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down
4 changes: 2 additions & 2 deletions infra/container_apps/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ app_settings = [
},
{
name = "ONBOARDING_ALLOWED_INSTITUTIONS_PRODUCTS"
value = "{'prod-interop':{'*'},'prod-pn':{'*'},'prod-io':{'*'},'prod-io-premium':{'*'},'prod-pagopa':{'*'},'prod-io-sign':{'*'},'prod-sendino':{'*'}}"
value = "{'prod-interop':{'*'},'prod-pn':{'*'},'prod-io':{'*'},'prod-io-premium':{'*'},'prod-pagopa':{'*'},'prod-io-sign':{'*'},'prod-sendino':{'*'},'prod-fd':{'*'},'prod-fd-garantito':{'*'}}"
},
{
name = "MS_CORE_URL"
value = "https://selc-p-ms-core-ca.bluedune-cc0f8752.westeurope.azurecontainerapps.io"
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "https://selc-p-ext-interceptor-ca.bluedune-cc0f8752.westeurope.azurecontainerapps.io"
value = "http://selc.internal.selfcare.pagopa.it//ms-external-interceptor/v1"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "https://selc-u-ext-interceptor-ca.calmsky-143987c1.westeurope.azurecontainerapps.io"
value = "http://selc.internal.uat.selfcare.pagopa.it//ms-external-interceptor/v1"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down

0 comments on commit 1fe2410

Please sign in to comment.