wunderio / silta-circleci

A docker image used to run Silta builds on circleCI
1 stars 6 forks source link

Use pproxy for AWS clusters #201

Closed agnis-mateuss closed 1 month ago

agnis-mateuss commented 1 month ago

Enables an HTTP Proxy (pproxy) if aws cli is present. aws cli only supports http, but currently only socks5 protocol is supported in the image. This PR sets localhost:8080 to be an HTTP protocol proxy, with pproxy serving as translation layer between http->socks5. http*_proxy env vars will point to localhost:8080.