microsoft / vsts-azurevm-extension

MIT License
13 stars 6 forks source link

changes for proxy support #193

Closed tejasd1990 closed 2 years ago

tejasd1990 commented 2 years ago

Currently, the extension does not have support to redirect the http requests made by the extension to a proxy server, and to configure the agent for the same. The fix approaches have been described here. We will go ahead with the approach no. 3, and start with support for non-authenticated proxy with the settings being read from environment variables, and then add support for authenticated proxy with the settings being read from inputs

bishal-pdMSFT commented 2 years ago

@tejasd1990 please provide a more detailed description. Also link to the DTS.