Configuring PolicyServers with proxies
PolicyServers respect the standard environment variables for dealing with proxy setups. The policy-server uses the configured proxy when downloading policies. This includes Sigstore operations when verifying policies and images.
These variables are:
HTTP_PROXYorhttp_proxy: proxy server for HTTP requestsHTTPS_PROXYorhttps_proxy: proxy server for HTTPS requestsNO_PROXYorno_proxy: comma-separated list of hosts to exclude from proxying
Please refer to the
PolicyServer.spec.env field of the
CRD to set these environment variables.