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 NO_PROXY addr logic #9287

Merged
merged 2 commits into from
Dec 15, 2021
Merged

Fix NO_PROXY addr logic #9287

merged 2 commits into from
Dec 15, 2021

Conversation

smallinsky
Copy link
Contributor

@smallinsky smallinsky commented Dec 8, 2021

What:

Fix #9191

The addr env passed to proxy.DialerFromEnvironment is not actual remote address ( addr contains cluster name ) thus the NO_PROXY env variable is not correctly respected.
Switch from addr to actual remote proxy address t.ProxyAddr

@smallinsky smallinsky marked this pull request as ready for review December 9, 2021 12:45
@codingllama
Copy link
Contributor

It looks like you are covered in the reviewer department, so silently sitting this one out.

@quinqu, I think the bot is assigning a new set of reviewers when the PR moves from "draft" to "ready to review". FYI.

integration/proxy_test.go Outdated Show resolved Hide resolved
integration/proxy_test.go Outdated Show resolved Hide resolved
integration/proxy_test.go Outdated Show resolved Hide resolved
@smallinsky smallinsky force-pushed the smallinsky/fix_no_proxy_logic branch from 94f4a28 to 76c9a29 Compare December 15, 2021 13:02
@smallinsky smallinsky enabled auto-merge (squash) December 15, 2021 13:32
@smallinsky smallinsky merged commit 141193b into master Dec 15, 2021
@smallinsky smallinsky deleted the smallinsky/fix_no_proxy_logic branch December 15, 2021 15:22
smallinsky added a commit that referenced this pull request Dec 15, 2021
smallinsky added a commit that referenced this pull request Dec 15, 2021
@webvictim webvictim mentioned this pull request Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiplexing mode should respect NO_PROXY setting
5 participants