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

Fix desktop listener PROXY mode setting #32922

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Conversation

AntonAM
Copy link
Contributor

@AntonAM AntonAM commented Oct 3, 2023

PROXYProtocol mode setting was erroneously propagated from Proxy configuration into multiplexer listener of the desktop service. But desktop service should never actually process unsigned PROXY headers, since it's always contacted through the Proxy.

@zmb3
Copy link
Collaborator

zmb3 commented Oct 3, 2023

It is always accessed through proxy, but sometimes via direct dial and sometimes via tunnel. Do we expect this change to work in both cases?

@AntonAM
Copy link
Contributor Author

AntonAM commented Oct 3, 2023

@zmb3 yep, because Proxy never sends unsigned PROXY headers, only signed ones (and they are not affected by this change)

@AntonAM AntonAM added this pull request to the merge queue Oct 3, 2023
Merged via the queue into master with commit 00feaf2 Oct 3, 2023
26 checks passed
@AntonAM AntonAM deleted the anton/fix-desktop-listener branch October 3, 2023 23:54
@public-teleport-github-review-bot

@AntonAM See the table below for backport results.

Branch Result
branch/v14 Create PR

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.

3 participants