hashicorp / waypoint-helm

Helm chart to install Waypoint and other associated components.
Mozilla Public License 2.0
29 stars 14 forks source link

Support additional volumes mounts for some use cases (ex trusted certiticate authority) #63

Closed loic-roux-404 closed 1 year ago

loic-roux-404 commented 1 year ago

Is your feature request related to a problem? Please describe. I have an internal certificate authority (pebble) combined with cert-manager to get https for my ingresses deployed in local. I want to use a local dex Idp accessible over ingress endpoint to provide waypoint open id. The issue is i can't request the server with Tls because of non trusted dex cert.

Describe the solution you'd like I've opened #64 to add options to mount additional volumes onto stateful set to provide to container the CA root certificate in /etc/ssl/certs and then enable Tls between waypoint and Dex. We can now use volumes over a configMap to mount cert in container folder/

izaaklauer commented 1 year ago

Great addition, thank you! This will go out in our next release of the chart.