You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional backend TLS termination by introducing tls-cert-path and
tls-key-path configuration fields (flags, config, HeadlampCFG). When both
paths are provided the server will call http.ListenAndServeTLS, otherwise it
falls back to plain HTTP. Log the configured TLS certificate and key paths
at startup.
Also:
- Update Helm chart to allow passing tls cert/key as args and add chart test
case + expected template to mount TLS secret.
- Add documentation describing in-cluster TLS/backend termination and usage.
- Add a unit test TestStartHeadlampServerTLS and accompanying test cert/key
fixtures.
No breaking changes; behavior is opt-in when TLS paths are set.
Co-authored-by: René Dudfield <renedudfield@microsoft.com>
Co-authored-by: vijayant7 <vijayantprakash@gmail.com>
0 commit comments