Skip to content
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

Send signed proxy header to the kube service #23386

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

AntonAM
Copy link
Contributor

@AntonAM AntonAM commented Mar 21, 2023

During testing IP pinning found a problem with accessing leaf cluster's kube service - because it was checking target server version (which is empty, we don't need it for kube service), signed headers were not sent, when we contacted leaf cluster's kube service. That resulted in connection being denied for users with IP pinning.
This PR fixes it and makes sure we send signed proxy header to the kube service.

Because it was checking version, which was empty, signed headers were not sent,
 when we contacted leaf cluster's kube service
@AntonAM AntonAM force-pushed the anton/fix-remote-kube-ip-propagation branch from 82220b8 to acc10fe Compare March 22, 2023 13:14
@AntonAM AntonAM added this pull request to the merge queue Mar 22, 2023
@AntonAM AntonAM merged commit 1e11916 into master Mar 22, 2023
@AntonAM AntonAM deleted the anton/fix-remote-kube-ip-propagation branch March 22, 2023 16:19
@public-teleport-github-review-bot

@AntonAM See the table below for backport results.

Branch Result
branch/v12 Failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants