Group of 2 Use it now Notable
No documentation found
A new CCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY env var restricts proxy bypass to local addresses only
What
- A new environment variable,
CCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY, is now read into the agent-proxy's initialization config. - When set, it selects a narrower
noProxylist that bypasses the proxy only for local addresses, instead of the broader lists used previously, and it also affects whether the CA (certificate authority) bundle is considered to cover every host. - New no-proxy host-range lists were added near the agent-proxy activation code, including one covering link-local and cluster-local addresses only, though that particular list isn't yet referenced by the selection logic.
Why This gives more control over which hosts bypass the proxy when using the agent proxy, letting users restrict the bypass to local-only addresses in stricter network setups.
Names in the bundleCCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY
One source agreesOne thing we can check says the same as this entry.
The name it cites is new in this build
New in this build: CCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY