I am trying to not apply a forward-auth middleware to a specific IP that hits the API. The middleware works fine otherwise.
I tried a few combinations like in which the most promising on was the following but I still get redirected when accessing the endpoint from 192.168.1.63.
It is the same with back ticks.
I enabled debug logs in traefik and I'm not getting anything.
EDIT: Ok it seems the issue is due to the fact that Traefik only sees the IP address of the CNI's bridge interface 10.42.0.1 a.k.a. cni0. The solution will be to find how/if I can pass the client's IP to traefik.