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

HTTP CONNECT proxy support #568

Merged
merged 1 commit into from
Aug 28, 2018
Merged

Conversation

azdagron
Copy link
Member

SPIRE uses a custom dialer in order to get better diagnostics on
handshake failures. Unfortunately the custom dialer does not support
HTTP CONNECT proxies.

This commit cribs the proxy support code from the gRPC codebase and
incorporates it into the custom dialer.

evan2645
evan2645 previously approved these changes Aug 28, 2018
@azdagron azdagron force-pushed the http-proxy-support branch 2 times, most recently from a432912 to bfbb66e Compare August 28, 2018 16:34
martincapello
martincapello previously approved these changes Aug 28, 2018
SPIRE uses a custom dialer in order to get better diagnostics on
handshake failures. Unfortunately the custom dialer does not support
HTTP CONNECT proxies.

This commit cribs the proxy support code from the gRPC codebase and
incorporates it into the custom dialer.

Signed-off-by: Andrew Harding <azdagron@gmail.com>
@azdagron azdagron merged commit 9931e26 into spiffe:master Aug 28, 2018
@azdagron azdagron deleted the http-proxy-support branch August 28, 2018 17:33
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.

3 participants