From 97c9b1484989fce74575aafaa3038ad9aa23fbd6 Mon Sep 17 00:00:00 2001 From: i504454 Date: Wed, 28 Aug 2024 17:09:54 +0300 Subject: [PATCH 1/2] migrate luna lb cert to credhub --- ci/infrastructure.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/infrastructure.yml b/ci/infrastructure.yml index 1d296c97..3afb7de3 100644 --- a/ci/infrastructure.yml +++ b/ci/infrastructure.yml @@ -96,12 +96,14 @@ fresh-bbl-up-task: &fresh-bbl-up-task-config BBL_GCP_REGION: europe-west3 BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/luna/luna-fresh.key.json BBL_IAAS: gcp - BBL_LB_CERT: ../lb-certs/luna.crt - BBL_LB_KEY: ../lb-certs/luna.key + BBL_LB_CERT: ((luna_lb.certificate)) + BBL_LB_CERT_CHAIN: ((luna_lb.ca)) + BBL_LB_KEY: ((luna_lb.private_key)) BBL_STATE_DIR: environments/test/luna/bbl-state GIT_COMMIT_EMAIL: "app-deployments@cloudfoundry.org" GIT_COMMIT_USERNAME: "ARD WG Bot" LB_DOMAIN: cf.luna.env.wg-ard.ci.cloudfoundry.org + TRUSTED_CA: ((relint_ca.certificate)) ensure: put: relint-envs params: From a3986bf9762fd85455134eba109eb149f9159fd5 Mon Sep 17 00:00:00 2001 From: i504454 Date: Wed, 28 Aug 2024 17:39:03 +0300 Subject: [PATCH 2/2] remove BBL_CHAIN part --- ci/infrastructure.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/infrastructure.yml b/ci/infrastructure.yml index 3afb7de3..54dd2197 100644 --- a/ci/infrastructure.yml +++ b/ci/infrastructure.yml @@ -97,7 +97,6 @@ fresh-bbl-up-task: &fresh-bbl-up-task-config BBL_GCP_SERVICE_ACCOUNT_KEY: environments/test/luna/luna-fresh.key.json BBL_IAAS: gcp BBL_LB_CERT: ((luna_lb.certificate)) - BBL_LB_CERT_CHAIN: ((luna_lb.ca)) BBL_LB_KEY: ((luna_lb.private_key)) BBL_STATE_DIR: environments/test/luna/bbl-state GIT_COMMIT_EMAIL: "app-deployments@cloudfoundry.org"