mintel / dex-k8s-authenticator

A Kubernetes Dex Client Authenticator
MIT License
374 stars 146 forks source link

Fix dex health check probes to support ingress paths at non-root #56

Closed nabadger closed 6 years ago

nabadger commented 6 years ago

The readiness and liveliness probes are hardcoded at /in the helm charts.

If you want to serve dex at a different url (usually via an ingress path), this needs to be customisable.

At the moment if you define a non root path, the checks fail and the pod gets killed.

We should introduce dedicated helm chart options for this.

Also make consistent with the dex-k8s-authenticator chart.

51