operator-framework / operator-registry

Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator catalog data to Operator Lifecycle Manager.
Apache License 2.0
212 stars 247 forks source link

Does opm support proxy variables #1460

Open ehsjoar opened 1 week ago

ehsjoar commented 1 week ago

When behind a proxy, with HTTPS_PROXY, HTTP_PROXY, https_proxy, and http_proxy variable set, opm fails with things like the render command. It is on a disconnected environment that has to go through a proxy. I just wanted to know if opm is suppose to support proxy environment variables.