feat(datahub): add global.datahub.tls PEM bundle with fan-out to all Kafka/SR consumers#692
Open
manuschillerdev wants to merge 3 commits intoacryldata:masterfrom
Open
feat(datahub): add global.datahub.tls PEM bundle with fan-out to all Kafka/SR consumers#692manuschillerdev wants to merge 3 commits intoacryldata:masterfrom
manuschillerdev wants to merge 3 commits intoacryldata:masterfrom
Conversation
…gistry and GMS HTTP
…tion-cron + bundle.pem init container
This was referenced Apr 13, 2026
…alues.yaml The values.yaml comment block for global.datahub.tls previously claimed Java mTLS was "not yet wired" — but the helpers in this branch do wire it via the init-container-produced bundle.pem. Update the comment to reflect actual behavior and list SPRING_KAFKA_PROPERTIES_SSL_KEYSTORE_* under the emitted env vars. Bump chart version so ct lint's version-bump gate passes.
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.
Broader context via RFC: datahub-project/datahub#16975
Adds
global.datahub.tls— a single PEM-only operator input that fans out into each runtime's native env vars across every DataHub component that talks to Kafka, Schema Registry, or GMS. It is intended not to introduce any breaking changes. Operators oncredentialsAndCertsSecrets+springKafkaConfigurationOverridesshould see zero change.global.datahub.tlsis additive. Comment on the RFC for overall guidance would be much appreciated!Side fix
acryl-datahub-actionspreviously forwardedspringKafkaConfigurationOverridesstraight intoKAFKA_PROPERTIES_*, cross-pollinating Kafka Java vocabulary into librdkafka. Replaced with the existingdatahub.python.kafka.*.with.fallbackhelpers.global.pythonKafkaConfigurationOverridesandglobal.pythonKafkaSecretsOverridesare now actually wired and documented.Related
Test plan
helm templatewith TLS enabled: 44 TLS anchors across 6 componentshelm templatewith TLS unset: zero TLS output