Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate luna lb certificate to credhub #413

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading