mintel / dex-k8s-authenticator

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

Adding tls options for dex via Helm chart #50

Closed nabadger closed 6 years ago

nabadger commented 6 years ago

PR adds TLS support for Dex when using self-signed certs (for use with Helm).

The Helm values are updated to provide:

The TLS example options are now available in the Helm values (but commented out).

nabadger commented 6 years ago

Resolves #22