Running Clair behind HTTP proxy
Updated -
Clair must be able to directly (no_proxy) connect with Red Hat Quay security scanning endpoint. This configuration will allow the Clair container to leverage the proxy for fetching the CVEs.
OpenShift
Add lines below to the Clair openshift deployment manifest:
env:
- name: HTTP_PROXY
value: "http://{ PROXY_IP }:3128"
- name: HTTPS_PROXY
value: "https://{ PROXY_IP...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.