Support forwarded headers with external auth #10949
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
A way to allow forwarded headers to be passed to external auth configured with auth-url.
Currently when using auth-url despite the values of
use-forwarded-headers
andcompute-full-forwarded-for
onlyx-forwarded-for
is sent to the external auth service.x-forward-proto
,x-forwarded-scheme
etc are stripped. Another set of configurations similar touse-forwarded-headers
andcompute-full-forwarded-for
that apply to just the external auth would be desirable.Currently a work around is to use
auth-proxy-set-headers
and hardcode any value, but this has it limitations since it isn't dynamicThe text was updated successfully, but these errors were encountered: