You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the provider service, when creating an instance, send a callback to craft-providers (see: canonical/craft-providers#665).
The default implementation of this callback should use the config service to get the app's apt_proxy configuration and use it to configure the proxy in apt. This is roughly what's done in
What needs to get done
In the provider service, when creating an instance, send a callback to craft-providers (see: canonical/craft-providers#665).
The default implementation of this callback should use the config service to get the app's
apt_proxy
configuration and use it to configure the proxy in apt. This is roughly what's done incraft-application/craft_application/fetch.py
Lines 388 to 405 in c971a60
When doing this, have the fetch service use this.
Why it needs to get done
Allow apt proxies in craft apps
The text was updated successfully, but these errors were encountered: