With tracing enabled in httpConnectionManagerSettings, the tracing headers that are added to the request by gateway-proxy are not part of auth requests to httpPassthrough auth.
Steps to reproduce the bug
Enable tracing and have http passthrough auth setup.
helm-values.yaml:
This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.
Gloo Edge Version
1.13.x (latest stable)
Kubernetes Version
1.24.x
Describe the bug
With tracing enabled in httpConnectionManagerSettings, the tracing headers that are added to the request by gateway-proxy are not part of auth requests to httpPassthrough auth.
Steps to reproduce the bug
authconfig.yaml:
Request:
Request log from http passthrough server:
Expected Behavior
X-B3-* headers available as headers on the requests to http passthrough
Additional Context
No response