Configure proxy settings on machines that need to connect to Endor Labs when Internet access is limited to proxy-only connections.
You must configure proxy settings on machines that need to connect to Endor Labs when Internet access is limited to proxy-only connections. These settings are required for running the endorctl client for scans, for self-hosted runners in CI/CD pipelines, and for using the Endor Labs REST API.
Set the following environment variables as system properties if you use Windows.
set HTTP_PROXY=http://username:password@<proxy-host>:<proxy-port>set HTTPS_PROXY=https://username:password@<proxy-host>:<proxy-port>
You can also set the variables as User Variables in System > About > Advanced System Settings > Environment Variables.You need to set the following environment variables as system properties if you use Linux or macOS.
If your proxy server uses NTLM authentication, set the following environment variables on machines that need to connect to Endor Labs when Internet access is limited to NTLM authenticated proxy-only connections.