Add ccdb.ssl_mode property to CC jobs - #682
Closed
philippthun wants to merge 1 commit into
Closed
Conversation
Expose an optional ccdb.ssl_mode BOSH property on all four jobs that render the CC database config (cloud_controller_ng, worker, clock, cc_deployment_updater). It is rendered into the db block only when set. Export ccdb.ssl_mode via the cloud_controller_db link and render it in the jobs that read the DB config through that link (blobstore_benchmark, rotate_cc_database_key), so they stay consistent with the main jobs. This lets operators pin the DB SSL mode when no ccdb.ca_cert is configured. Consumed by the CCNG db_connection option factories.
philippthun
force-pushed
the
ccdb-ssl-mode-no-verify
branch
from
August 25, 2026 17:04
7923224 to
f2c736a
Compare
philippthun
marked this pull request as ready for review
August 26, 2026 08:18
kathap
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expose an optional
ccdb.ssl_modeBOSH property on all four jobs that render the CC database config (cloud_controller_ng, worker, clock, cc_deployment_updater). It is rendered into the db block only when set.Export
ccdb.ssl_modevia thecloud_controller_dblink and render it in the jobs that read the DB config through that link (blobstore_benchmark, rotate_cc_database_key), so they stay consistent with the main jobs.This lets operators pin the DB SSL mode when no
ccdb.ca_certis configured. Consumed by the CCNGdb_connectionoption factories.I have viewed signed and have submitted the Contributor License Agreement
I have made this pull request to the
developbranchI have run CF Acceptance Tests on bosh lite