This is unreleased documentation for Admission Controller 1.34-dev.

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_PROXY or http_proxy: proxy server for HTTP requests

  • HTTPS_PROXY or https_proxy: proxy server for HTTPS requests

  • NO_PROXY or no_proxy: comma-separated list of hosts to exclude from proxying

Refer to PolicyServer.spec.env in the CRD reference to set these environment variables.