Cloudflare tunnels + traefik: Client IP address
I've setup a cloudflare tunnel using the cloudflared-remote helm chart in my k8s cluster, but I'm unable to use traefik's forwardedHeader setting to get the clients actual IP, and thus can't set up things like crowdsec easily. Logging all the headers in the access logs shows no
X-Forwarded-For header, so it looks like the request coming from the tunnel pod doesn't even have it. Is there a setting somewhere that I might be missing?