We frequently use client certificates as part of our application security. We would like to offload the TLS authentication to Traefik. From what I understand Traefik supports this (mTLS).
The challenge with this migration is that we still need specific details from the client certificate. That is we want Traefik to handle the Authentication, but the application still needs to handle Auteorization and so needs to know identity verified by Authentication.
If this were Apache2 there would be a simple mechanism to add the client certificate in a HTTP header. But I can't find any similar feature in the Traefik documentation.
Maybe I missed something?