You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When taking a look in the code. It seems that the bool trust_forwarded_headers does not tell Oathkeeper Proxy to use the x-forwarded-* headers to match the rules. But rather tells Oathkeeper Proxy to pass some headers to the outbound request as seen here: https://github.com/ory/oathkeeper/blob/master/proxy/proxy.go#L112
Preflight checklist
Ory Network Project
No response
Describe the bug
Hi Ory Team
I guess the access rules of Ory Oathkeeper do not support X-Forwarded-* headers properly.
Reproducing the bug
Steps to reproduce a bug with x-forwarded headers
Actual result:
Expected result:
While, request with
Host
header works like a charm:Response:
Relevant log output
No response
Relevant configuration
Version
0.40.6
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Docker Compose
Additional Context
No response
The text was updated successfully, but these errors were encountered: