Closed Sodman closed 4 years ago
When using the ee-builder container, wasme will now pass in the http_proxy, https_proxy, no_proxy, and GOPROXY environment variables.
http_proxy
https_proxy
no_proxy
GOPROXY
Users needed this feature to respect restricted network settings requiring external traffic to go through a proxy.
make install-deps generated-code
tools/wasme/cli
FIXES https://github.com/solo-io/wasm/issues/119
Description
When using the ee-builder container, wasme will now pass in the
http_proxy
,https_proxy
,no_proxy
, andGOPROXY
environment variables.Context
Users needed this feature to respect restricted network settings requiring external traffic to go through a proxy.
Checklist:
make install-deps generated-code
fromtools/wasme/cli
to ensure there will be no code diffFIXES https://github.com/solo-io/wasm/issues/119