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

Add *Option to configure the HTTP proxy #12764

Closed
coryan opened this issue Sep 29, 2023 · 0 comments · Fixed by #12766
Closed

Add *Option to configure the HTTP proxy #12764

coryan opened this issue Sep 29, 2023 · 0 comments · Fixed by #12766
Assignees
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@coryan
Copy link
Contributor

coryan commented Sep 29, 2023

Some applications may need to configure the HTTP proxy via google::cloud::Options{} values instead of setting environment variables.

Both gRPC and libcurl have mechanisms to configure this, largely compatible:

https://curl.se/libcurl/c/CURLOPT_PROXY.html
https://curl.se/libcurl/c/CURLOPT_PROXYTYPE.html
https://curl.se/libcurl/c/CURLOPT_PROXYUSERPWD.html

and https://github.com/grpc/grpc/blob/master/doc/core/default_http_proxy_mapper.md

@coryan coryan added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Sep 29, 2023
@coryan coryan self-assigned this Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant