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
Is your feature request related to a problem or unsupported use case? Please describe.
AFAIK only nginx supports the HTTP_X_ORIGINAL_URL header which blocks traefik from working with media-auth.
Describe the solution you'd like
to fallback on HTTP_X_FORWARDED_PROTO, HTTP_X_FORWARDED_HOST, HTTP_X_FORWARDED_URI if they're found and HTTP_X_ORIGINAL_URL is not.
Describe alternatives you've considered
I don't want to switch my kubernetes ingress to nginx.
Discovery, Documentation, Adoption, Migration Strategy
Users will be able to host behind non-nginx ingresses
Do you want to work on it through a Pull Request?
I'll submit one tested working for me patch, if ya'll don't like the formatting or something ya'll feel free to modify it to your standards.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
AFAIK only nginx supports the
HTTP_X_ORIGINAL_URL
header which blocks traefik from working with media-auth.Describe the solution you'd like
to fallback on HTTP_X_FORWARDED_PROTO, HTTP_X_FORWARDED_HOST, HTTP_X_FORWARDED_URI if they're found and HTTP_X_ORIGINAL_URL is not.
Describe alternatives you've considered
I don't want to switch my kubernetes ingress to nginx.
Discovery, Documentation, Adoption, Migration Strategy
Users will be able to host behind non-nginx ingresses
Do you want to work on it through a Pull Request?
I'll submit one tested working for me patch, if ya'll don't like the formatting or something ya'll feel free to modify it to your standards.
The text was updated successfully, but these errors were encountered: