agent icon indicating copy to clipboard operation
agent copied to clipboard

Support HTTP proxies for repository connections

Open soenkeliebau opened this issue 4 years ago • 1 comments

The agent currently does not honor the HTTP_PROXY environment variable and offers no command line parameters to configure a proxy either. For the connection to Kubernetes a proxy is not supported, so that is out of scope, but for the repository downloads we should support specifying a proxy in some way.

Options that come to mind are:

  • use HTTP_PROXY environment variable (and NO_PROXY) - tbd if upper or lower case is correct here, it seems that lower case is the norm..
  • offer an explicit command line parameter
  • configure proxy in repo object in Kubernetes (this breaks if some machines need a proxy and some don't)

soenkeliebau avatar Mar 03 '21 16:03 soenkeliebau

Blocked by packaging discussion

soenkeliebau avatar May 27 '21 08:05 soenkeliebau