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/
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 aconfigMap
to mount cert in container folder/