-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Please provide TLS support by adding an extra sidecar in the pod for Hitch.
- Hitch has an official Docker image and easily be pulled in
- The container can expose itself over port
8443and the service can expose that over443 - The
--backendparameter can be used to connect to Varnish, possibly over UDS instead of TCP - The
--frontendparameter can be used to listen on port8443and to set the location of the TLS certificate - The
--write-proxy-v2flag can be enabled to communicate with Varnish using thePROXYprotocol. This only works if there's an interface on Varnish that listens to PROXY traffic - The
--alpn-protosoption can be used to offer HTTP/2 support
Please also make sure the way to enable TLS matches the syntax of the Varnish Enterprise Helm Chart. This means providing the following Helm config overrides:
- server.tls.enabled
- server.tls.port
- server.tls.config
- server.service.https.enabled
- server.service.https.port
- server.service.https.nodePort
Thanks for considering.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request