|
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_PROXYorhttp_proxy: proxy server for HTTP requests -
HTTPS_PROXYorhttps_proxy: proxy server for HTTPS requests -
NO_PROXYorno_proxy: comma-separated list of hosts to exclude from proxying
Refer to PolicyServer.spec.env
in the CRD reference to set these environment variables.