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

Deprecate proxy parameters and recommend the environment variables #125

Closed
smtakeda opened this issue Nov 18, 2017 · 0 comments · Fixed by #127
Closed

Deprecate proxy parameters and recommend the environment variables #125

smtakeda opened this issue Nov 18, 2017 · 0 comments · Fixed by #127
Assignees
Milestone

Comments

@smtakeda
Copy link
Contributor

Issue description

There are two ways to use proxy server, one of which is by the parameters in connection and other of which is by the environment variables HTTP_PROXY, HTTPS_PROXY and NO_PROXY.

One missing feature by the parameters is NO_PROXY. It is possible to implement gosnowflake own no_proxy, but we want to deprecate the use of parameters as there is no much value to have connection specific proxy. Instead, we recommend to use the environment variables that apply all connections in a process.

A benefit is the environment variables can be shared not only with other Snowflake components (SnowSQL, Python Connector, etc) but also other common tools, e.g., curl.

@smtakeda smtakeda self-assigned this Nov 28, 2017
@smtakeda smtakeda added this to the v1.1.0 milestone Nov 28, 2017
@smtakeda smtakeda mentioned this issue Dec 1, 2017
6 tasks
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 a pull request may close this issue.

1 participant