Skip to content

Commit

Permalink
Merge pull request #413 from sap-contributions/migrate-luna-cert
Browse files Browse the repository at this point in the history
Migrate luna lb certificate to credhub
  • Loading branch information
jochenehret authored Aug 29, 2024
2 parents 287d3ae + a3986bf commit b5ac584
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@ 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_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:
Expand Down

0 comments on commit b5ac584

Please sign in to comment.