Skip to content

Commit 30e7abd

Browse files
fix: fixed dev.tf syntax
1 parent e0c4d1b commit 30e7abd

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

apps/onboarding-ms/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ quarkus.mongodb.database = selcOnboarding
1919

2020
onboarding.institutions-allowed-list=${ONBOARDING_ALLOWED_INSTITUTIONS_PRODUCTS}
2121
onboarding.orchestration.enabled = ${ONBOARDING_ORCHESTRATION_ENABLED:true}
22-
onboarding-ms.allowed-ateco-codes = ${ALLOWED_ATECO_CODES}
22+
onboarding-ms.allowed-ateco-codes = ${ALLOWED_ATECO_CODES:00.00.00}
2323

2424

2525
## SIGNATURE

infra/container_apps/onboarding-ms/env/dev/terraform.tfvars

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,23 @@ app_settings = [
7373
name = "MS_USER_URL"
7474
value = "http://selc-d-user-ms-ca"
7575
},
76-
{
77-
name = "JWT_BEARER_TOKEN"
78-
value = "@Microsoft.KeyVault(SecretUri=https://selc-d-kv.vault.azure.net/secrets/jwt-bearer-token-functions/)"
79-
},
8076
{
8177
name = "ALLOWED_ATECO_CODES"
8278
value = "47.12.10,47.54.00,47.11.02,47.12.20,47.12.30,47.12.40"
79+
},
80+
{
81+
name = "PAGOPA_SIGNATURE_SOURCE"
82+
value = "namirial",
83+
},
84+
{
85+
name = "NAMIRIAL_BASE_URL"
86+
value = "https://selc-d-namirial-sws-ca.whitemoss-eb7ef327.westeurope.azurecontainerapps.io",
8387
}
8488
]
8589

8690
secrets_names = {
8791
"JWT-PUBLIC-KEY" = "jwt-public-key"
92+
"JWT_BEARER_TOKEN" = "jwt-bearer-token-functions"
8893
"MONGODB-CONNECTION-STRING" = "mongodb-connection-string"
8994
"USER-REGISTRY-API-KEY" = "user-registry-api-key"
9095
"ONBOARDING-FUNCTIONS-API-KEY" = "fn-onboarding-primary-key"
@@ -94,9 +99,6 @@ secrets_names = {
9499
"ONBOARDING_DATA_ENCRIPTION_KEY" = "onboarding-data-encryption-key"
95100
"ONBOARDING_DATA_ENCRIPTION_IV" = "onboarding-data-encryption-iv"
96101
##NAMIRIAL SIGNATURE
97-
"PAGOPA_SIGNATURE_SOURCE" = "namirial",
98-
"NAMIRIAL_BASE_URL" = "https://selc-d-namirial-sws-ca.whitemoss-eb7ef327.westeurope.azurecontainerapps.io",
99-
"NAMIRIAL_SIGN_SERVICE_IDENTITY_USER" = "@Microsoft.KeyVault(SecretUri=https://selc-d-kv.vault.azure.net/secrets/namirial-sign-service-user/)",
100-
"NAMIRIAL_SIGN_SERVICE_IDENTITY_PASSWORD" = "@Microsoft.KeyVault(SecretUri=https://selc-d-kv.vault.azure.net/secrets/namirial-sign-service-psw/)",
101-
102+
"NAMIRIAL_SIGN_SERVICE_IDENTITY_USER" = "namirial-sign-service-user",
103+
"NAMIRIAL_SIGN_SERVICE_IDENTITY_PASSWORD" = "namirial-sign-service-psw",
102104
}

0 commit comments

Comments
 (0)