Add conditional request header in ingress controller according to incoming calls – Nginx
I am adding the external authentication using auth-url annotation. How to set conditional request headers for the auth-url api which depends on incoming calls? Can I set the request headers in nginx controller according to incoming calls? Edited: Hi, This…