Using a proxy for conda packages¶
You can configure Anaconda Enterprise to use a proxy for conda packages, if your organization’s network security policy requires it. To do so, you’ll need to do the following:
Obtain your proxy variables¶
In order to complete the following sections, you need an appropriate configuration for your proxy. This usually takes the form of environment variables:
http_proxy/HTTP_PROXY
https_proxy/HTTPS_PROXY
no_proxy/NO_PROXY
Ask your system administator to confirm which variables to use.
Verify the proxy works¶
After you’ve configured the platform, you can test your changes to verify that it’s using the proxy.
Log into Anaconda Enterprise.
Click Projects, and open the project you want to use to test the proxy.
Note
If the project already has an open session, you’ll need to stop the current session and start a new session.
Open a terminal window within JupyterLab.
Set and export your proxy variables.
Verify the proxy works by running the following command:
Configure Anaconda Enterprise¶
Once you’ve confirmed your proxy works, go to Setting global config variables and follow the steps there to apply those variables to all future sessions, deployments, and jobs.
The lines you add to the global config should look something like the following, with your specific proxy URLs and domains substituded in: