Replies: 1 comment 1 reply
-
You are right, proxies are not supported at the moment. It seems, proxy support is explicitly disabled by default in
Fixing this in Kopf seems to be easy (here). But I wonder why did they disable this feature by default. Is it secure enough in the isolated environments where operators work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use proxies during local development, but it seems kopf is not using the popular
https_proxy
,HTTPS_PROXY
and similar env vars. Any idea? Thanks!Request attempt #1/9 failed; will retry: GET https://x.x.x.x/apis -> ClientConnectorError(ConnectionKey(host='34.73.227.85', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=3431603120553464316), TimeoutError(60, "Connect call failed ('x.x.x.x', 443)"))
Beta Was this translation helpful? Give feedback.
All reactions