Ingress annotations

Hello everyone, I’m trying to setup some ingress annotations in order to pass on the users DN pattern to the upstream servers for authentication purposes.

I’ve added in my services ingress the following annotations:

nginx.ingress.kubernetes.io/auth-tls-verify-client on
nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream true

The only piece that I can see being set in nginx.conf when i shell into my nginx-ingress controller container is the cors piece (I didnt add that in here since it wants to hyperlink the annotations). Am I missing something? Im trying to get it to set “ssl_verify_client” in the server block…

Any help is appreciated.

Thanks.