solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
306 stars 40 forks source link

Pass proxy env vars when using the ee-builder container #223

Closed Sodman closed 4 years ago

Sodman commented 4 years ago

Description

When using the ee-builder container, wasme will now pass in the http_proxy, https_proxy, no_proxy, and GOPROXY environment variables.

Context

Users needed this feature to respect restricted network settings requiring external traffic to go through a proxy.

Checklist:

FIXES https://github.com/solo-io/wasm/issues/119