aws-toolkit-azure-devops icon indicating copy to clipboard operation
aws-toolkit-azure-devops copied to clipboard

NO_PROXY not supported

Open awdorrin opened this issue 3 years ago • 0 comments

While this toolkit supports the HTTP_PROXY and HTTPS_PROXY environment variables, it does not support the NO_PROXY environment variable. In a corporate environment, this can cause issues when your transfer needs to bypass the firewall.

It looks like the completeProxySetup function in awsConnectionParameters.ts should be updated to pull process.env.NO_PROXY into the proxyConfiguration.

I consider the lack of NO_PROXY to be a bug, not a feature, but feel free to move this to a feature request if you disagree. Thank you.

awdorrin avatar Apr 27 '22 13:04 awdorrin