Skip to content

Commit

Permalink
feat: Configured prod env for payments pull performance pipeline (#376)
Browse files Browse the repository at this point in the history
configured prod env for payments pull performance pipeline
  • Loading branch information
gioelemella authored Oct 15, 2024
1 parent 4f8a981 commit 2ab027e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-devops/gps/00_secrets_gps.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module "gps_prod_secrets" {
secrets = [
"pagopa-p-weu-prod-aks-azure-devops-sa-token",
"pagopa-p-weu-prod-aks-azure-devops-sa-cacrt",
"pagopa-p-weu-prod-aks-apiserver-url"
"pagopa-p-weu-prod-aks-apiserver-url",
"integration-test-subkey"
]
}
1 change: 1 addition & 0 deletions azure-devops/gps/06_pagopa-gpd-payments-pull.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ locals {
pagopa-gpd-payments-pull-variables_secret_performance_test = {
DEV_API_SUBSCRIPTION_KEY = module.gps_dev_secrets.values["integration-test-subkey"].value
UAT_API_SUBSCRIPTION_KEY = module.gps_uat_secrets.values["integration-test-subkey"].value
PROD_API_SUBSCRIPTION_KEY = module.gps_prod_secrets.values["integration-test-subkey"].value
}

}
Expand Down

0 comments on commit 2ab027e

Please sign in to comment.