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
https://github.com/kubernetes-sigs/headlamp/blob/f47b019c4dda9d743d72a3e16267b37f0b396a3b/backend/cmd/headlamp.go#L1193C12-L1193C31
We see here that in the in cluster setup, Headlamp does not support TLS termination at the container. TLS is terminated at the NGINX ingress. This creates issues for users who want to use NGINX TLS passthrough and transport server with the intent that TLS is terminated at the Headlamp container and not before that. If this feature is included as an option to the current code base itll help both sets of users.