Traefik conditional TLS Client authentication on Kubernetes

11/2/2018

I'm trying to setup a TLS mutual authentication through Traefik, on a specific Ingress on Kubernetes. Traefik is running with consul as a KV storage engine.

It seems that only an entrypoint support the option : tls.clientCA

Is there any way to override this options at the frontend level?

The goal is to have an SSL entrypoint that support both non-TLS authentication and TLS authentication on a specific frontend.

-- doctori
kubernetes
kubernetes-ingress
traefik

0 Answers