barbican: TLS termination at Apache (BSI ADR-406 Step 2) - #12555
Closed
rajivmucheli wants to merge 1 commit into
Closed
barbican: TLS termination at Apache (BSI ADR-406 Step 2)#12555rajivmucheli wants to merge 1 commit into
rajivmucheli wants to merge 1 commit into
Conversation
rajivmucheli
requested review from
BerndKue,
JoJoPuppe and
dorneanu
as code owners
August 12, 2026 08:58
rajivmucheli
marked this pull request as draft
August 12, 2026 10:49
defo89
reviewed
Aug 13, 2026
rajivmucheli
force-pushed
the
barbican/bsi-step2-tls
branch
from
August 18, 2026 07:28
f72037f to
a0328e9
Compare
- service-external.yaml (new): Calico BGP LoadBalancer port 443; spec.externalIPs required for serviceExternalIPs BGP config; disco Record CR for DNS A record; gated on global.barbican_external_ip - etc/_tls-hardening.conf.tpl (new): BSI TR-02102-2 ciphers — TLS 1.2+1.3, SSLHonorCipherOrder, compression off, session tickets off - etc/_wsgi-barbican.conf.tpl: SSL VirtualHost *:443 gated on tls.enabled; LoadModule ssl_module (no filesystem writes, readOnlyRootFilesystem safe) - api-deployment.yaml: containerPort 443; cert Secret mount at /etc/apache2/ssl; Linkerd skip-inbound-ports 443; reloader watches TLS cert secret; ingress gated on ingress.enabled (default true — remove in follow-up run per region after BGP path confirmed) - values.yaml: tls.enabled/certSecret; ingress.enabled - Chart.yaml: 0.9.0 → 0.9.1
rajivmucheli
force-pushed
the
barbican/bsi-step2-tls
branch
from
August 18, 2026 07:31
a0328e9 to
02587db
Compare
Contributor
Author
|
fixed in #12641 |
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.
Step 2 of BSI ADR-406: TLS termination moves from nginx ingress to Apache mod_ssl on the pod.
Depends on #12554 (Apache migration — merged).
Changes
service-external.yaml(new): Calico BGPLoadBalancerport 443;spec.externalIPsrequired (serviceExternalIPsBGP config); discoRecordCR for DNS A record (disco only manages DNS for Ingress, not LoadBalancer Services);spec.zoneNameset to<region>.<tld>; gated onglobal.barbican_external_ipetc/_tls-hardening.conf.tpl(new): BSI TR-02102-2 cipher suites — TLS 1.2+1.3 only,SSLHonorCipherOrder on, compression off, session tickets offetc/_wsgi-barbican.conf.tpl: SSLVirtualHost *:443gated ontls.enabled;LoadModule ssl_moduleinline (noa2enmod, compatible withreadOnlyRootFilesystem: true)api-deployment.yaml:containerPort 443; cert Secret mount at/etc/apache2/ssl;config.linkerd.io/skip-inbound-ports: "443"; reloader watches TLS cert secret for rotation pickupingress.yaml: gated oningress.enabled(defaulttrue) — ingress kept alive during TLS rollout as fallback; remove in a follow-up secrets change per region after BGP path confirmedvalues.yaml:tls.enabled,tls.certSecret,ingress.enabledChart.yaml:0.9.0→0.9.1Cert management
cert-manager +
ClusterIssuer: digicert-issuer. Secrettls-keymanager-3-<region>-cloud-sapprovisioned per-region viaCertificateCR. AlreadyREADY: Truein qa-de-1 (age 202d) — Apache mounts the existing Secret.Rollout sequence per region
global.barbican_external_ip,tls.enabled: true,tls.certSecretin secrets repohttps://schemeingress.enabled: false→ removes nginx ingressValidated on qa-de-1
TLS_AES_256_GCM_SHA384, digicert cert, Verification OKECDHE-RSA-AES256-GCM-SHA384(BSI cipher)https://scheme confirming TLS e2eTest plan
helm templaterenders correctly with qa-de-1 valueshttps://schemeingress.enabled: falseper region after BGP path confirmed