-
Notifications
You must be signed in to change notification settings - Fork 202
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
setting http_proxy causes no_proxy to be ignored #156
Comments
@huntertj this was added in #131 and that I'm not sure I understand your use case - if you have the Are there any AWS config values you would like to specify besides |
@tyler-ball I work in a really restricted environment, some things need the proxy (internal resources) and some do not (packages, gems, etc) NO_PROXY is used as an exception list Good question on the http_wire_trace, let me see if I can find a good list of AWS.config settable values |
Gotcha - leaving http://www.gnu.org/software/emacs/manual/html_node/url/Proxies.html here for my future reference. I don't think there is an AWS config value for |
here is what I have |
Hey @huntertj we decided to solve this without code. Even though you have HTTP_PROXY in your env, you can add |
👍 |
I am not sure if this is relevant here but setting I need to set my |
I'm seeing the same issue as @st-isidore-de-seville . If you look at the command being passed in the setup phase, it passes values from the .kitchen.yml file for http_proxy and https_proxy but ignores any values in no_proxy. |
was this eventually fixed out of curiosity before its closure? |
@pantocrator27 @briandoodyie @st-isidore-de-seville This should be resolved in the next release of test-kitchen. The fix is in master now - test-kitchen/test-kitchen@e09c902 |
Not sure how to fix this, however if I have http_proxy/https_proxy set in my environment then the driver sets
If i comment out the :http_proxy line then this works as I need. Setting this appears to ignore my NO_PROXY environment settings, but not setting this values my environment settings.
As a side note it would be really nice if there was a way to pass additional Aws.config values (such as :http_wire_trace) which would really aid in debugging, unless I'm missing something somewhere I can't figure how to set it.
The text was updated successfully, but these errors were encountered: