Skip to content

Commit

Permalink
[SELC-6205] chore: Add PDND_INFOCAMERE to SAP_ALLOWED_ORIGINS (#650)
Browse files Browse the repository at this point in the history
(cherry picked from commit d5b82ba)
  • Loading branch information
andrea-putzu committed Dec 14, 2024
1 parent 8a987d2 commit 625befd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ notification.consumers.sap.topic=${SAP_TOPIC_NAME:SC-Contracts-SAP}
notification.consumers.sap.name=${SAP_SHARED_ACCESS_KEY_NAME:test}
notification.consumers.sap.key=${EVENTHUB_SC_CONTRACTS_SAP_SELFCARE_WO_KEY-LC:test}
notification.consumers.sap.allowed-institution-types=${SAP_ALLOWED_INSTITUTION_TYPE:PA,GSP}
notification.consumers.sap.allowed-origins=${SAP_ALLOWED_ORIGINS:IPA,SELC}

notification.consumers.sap.allowed-origins=${SAP_ALLOWED_ORIGINS:IPA,SELC,PDND_INFOCAMERE}
notification.consumers.fd.topic=${FD_TOPIC_NAME:Selfcare-FD}
notification.consumers.fd.name=${FD_SHARED_ACCESS_KEY_NAME:test}
notification.consumers.fd.key=${EVENTHUB_SC_CONTRACTS_FD_SELFCARE_WO_KEY_LC:test}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ app_settings = {
"EVENTHUB_SC_CONTRACTS_FD_SELFCARE_WO_KEY_LC" = "@Microsoft.KeyVault(SecretUri=https://selc-d-kv.vault.azure.net/secrets/eventhub-selfcare-fd-external-interceptor-wo-key-lc/)"
"FD_TOPIC_NAME" = "Selfcare-FD",
"SAP_ALLOWED_INSTITUTION_TYPE" = "PA,GSP,SA,AS,SCP",
"SAP_ALLOWED_ORIGINS" = "IPA,SELC"
"SAP_ALLOWED_ORIGINS" = "IPA,SELC,PDND_INFOCAMERE"
"MINUTES_THRESHOLD_FOR_UPDATE_NOTIFICATION" = "5"
"BYPASS_CHECK_ORGANIZATION" = "false"
"PROD_FD_URL" = "https://fid00001fe.siachain.sv.sia.eu:30008"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ app_settings = {
"EVENTHUB_SC_CONTRACTS_FD_SELFCARE_WO_KEY_LC" = "@Microsoft.KeyVault(SecretUri=https://selc-p-kv.vault.azure.net/secrets/eventhub-selfcare-fd-external-interceptor-wo-key-lc/)"
"FD_TOPIC_NAME" = "Selfcare-FD"
"SAP_ALLOWED_INSTITUTION_TYPE" = "PA,GSP,SA,AS,SCP"
"SAP_ALLOWED_ORIGINS" = "IPA,SELC"
"SAP_ALLOWED_ORIGINS" = "IPA,SELC,PDND_INFOCAMERE"
"MINUTES_THRESHOLD_FOR_UPDATE_NOTIFICATION" = "5"
"BYPASS_CHECK_ORGANIZATION" = "false"
"PROD_FD_URL" = "https://portale.fideiussionidigitali.it"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ app_settings = {
"EVENTHUB_SC_CONTRACTS_FD_SELFCARE_WO_KEY_LC" = "@Microsoft.KeyVault(SecretUri=https://selc-u-kv.vault.azure.net/secrets/eventhub-selfcare-fd-external-interceptor-wo-key-lc/)"
"FD_TOPIC_NAME" = "Selfcare-FD"
"SAP_ALLOWED_INSTITUTION_TYPE" = "PA,GSP,SA,AS,SCP"
"SAP_ALLOWED_ORIGINS" = "IPA,SELC"
"SAP_ALLOWED_ORIGINS" = "IPA,SELC,PDND_INFOCAMERE"
"MINUTES_THRESHOLD_FOR_UPDATE_NOTIFICATION" = "5"
"BYPASS_CHECK_ORGANIZATION" = "false"
"PROD_FD_URL" = "https://fid00001fe.siachain.ti.sia.eu:30008"
Expand Down
2 changes: 1 addition & 1 deletion infra/test/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ app_settings = {
"EVENTHUB_SC_CONTRACTS_FD_SELFCARE_WO_KEY_LC" = "@Microsoft.KeyVault(SecretUri=https://selc-d-kv.vault.azure.net/secrets/eventhub-selfcare-fd-external-interceptor-wo-key-lc/)"
"FD_TOPIC_NAME" = "Selfcare-FD",
"SAP_ALLOWED_INSTITUTION_TYPE" = "PA,GSP,SA,AS,SCP",
"SAP_ALLOWED_ORIGINS" = "IPA,SELC"
"SAP_ALLOWED_ORIGINS" = "IPA,SELC,PDND_INFOCAMERE"
"MINUTES_THRESHOLD_FOR_UPDATE_NOTIFICATION" = "5"
"BYPASS_CHECK_ORGANIZATION" = "false"
"PROD_FD_URL" = "https://fid00001fe.siachain.sv.sia.eu:30008"
Expand Down

0 comments on commit 625befd

Please sign in to comment.