-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Forward all header values from forward auth response #4515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for this PR. Sorry for the late answer. Could you rebase this pull request on v1.7 branch? |
3b2acec to
3dcfd91
Compare
|
Rebased on v1.7 branch 👍 |
ldez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
b1bc9a7 to
7f3eb32
Compare
juliens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
geraldcroes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎈 LGTM 🎈
What does this PR do?
Forwards all header values from the forward authentication response to the destination.
Motivation
I'm using Traefik as an authenticating proxy in front of the Kubernetes API server. Traefik is configured to use forward authentication, which returns multiple "X-Remote-Group" headers. Currently, however, only the first of these headers is forwarded on to the destination. The Kubernetes API server requires a separate header to be sent for each group.
More
Additional Notes