Skip to content

Commit

Permalink
update secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Nov 25, 2024
1 parent 44fdf86 commit 13dcda3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ management.endpoint.health.probes.enabled=true

#repository
cosmos.credential.db-name=${DB_NAME:rtp}
cosmos.credential.endpoint=${COSMOS_CONNECTION_STRING:""}
cosmos.credential.endpoint=${COSMOS_ACCOUNT_RTP_ENDPOINT:""}


activation.base-url=${BASE_URL:"http://localhost"}
2 changes: 1 addition & 1 deletion src/main/terraform/env/cstar-d-weu-rtp/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rtp_activator_base_url = "https://mil-d-apim.azure-api.


rtp_environment_secrets = {
COSMOS_CONNECTION_STRING : "cosmosdb-account-rtp-endpoint"
COSMOS_ACCOUNT_RTP_ENDPOINT : "cosmosdb-account-rtp-endpoint"
APPLICATIONINSIGHTS_CONNECTION_STRING: "appinsights-connection-string"
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/terraform/env/cstar-p-weu-rtp/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rtp_activator_min_replicas = 1
rtp_activator_base_url = "https://mil-d-apim.azure-api.net/rtp_activator"

rtp_environment_secrets = {
COSMOS_CONNECTION_STRING : "cosmosdb-account-rtp-endpoint"
COSMOS_ACCOUNT_RTP_ENDPOINT : "cosmosdb-account-rtp-endpoint"
APPLICATIONINSIGHTS_CONNECTION_STRING: "appinsights-connection-string"
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/terraform/env/cstar-u-weu-rtp/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rtp_activator_base_url = "https://mil-d-apim.azure-api.


rtp_environment_secrets = {
COSMOS_CONNECTION_STRING : "cosmosdb-account-rtp-endpoint"
COSMOS_ACCOUNT_RTP_ENDPOINT : "cosmosdb-account-rtp-endpoint"
APPLICATIONINSIGHTS_CONNECTION_STRING: "appinsights-connection-string"
}

Expand Down

0 comments on commit 13dcda3

Please sign in to comment.