The Traefik is serving example.com. This serve multiple services behind the oauth2_proxy forward auth
For ex:
example.com/a
example.com/b
example.com/c
After successful authentication, oauth2_proxy set cookie named "_oauth2_proxy". This cookie is passed to all the services. This creates some side-effect.
I want to remove the particular cookie only before proxying to upstream service in Traefik. How to do that?