Hi,
I’m running MaaS/Juju in air gapped environments and I’d like to avoid setting http_proxy env values system wide. We use different proxies for juju controller, snap or MaaS but we don’t want proxies for apt (we have local mirrors). However, it seems the juju client itself needs access to internet for some actions like bootstrap or getting informations from charmhub. Is there a way to configure juju client to use a dedicated proxy and not a system wide http(s)_proxy env var ? should it be a env var such as $JUJU_HTTP_PROXY or maybe a configuration file somewhere ?
Thanks for your help