You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's tough to understand how HTTPS_PROXY works in source controller, what is that exactly, how can I leverage for my use case: I need to access a github in corporate network.
I tried creating a proxy ( Ngnix) for github.com and tried by passing the env vars in the deployment:
`
somehow, its not working with http /, getting the following error:
{"level":"error","ts":"2023-02-16T10:32:21.549Z","msg":"Failed to get API Group-Resources","error":"Get \"https://10.10.0.1:443/api?timeout=32s\": Bad Request"} {"level":"error","ts":"2023-02-16T10:32:21.549Z","logger":"setup","msg":"unable to start manager","error":"Get \"https://10.10.0.1:443/api?timeout=32s\": Bad Request"}
Kindly help me with the documentation
The text was updated successfully, but these errors were encountered:
Hi Team,
It's tough to understand how HTTPS_PROXY works in source controller, what is that exactly, how can I leverage for my use case: I need to access a github in corporate network.
I tried creating a proxy ( Ngnix) for github.com and tried by passing the env vars in the deployment:
`
value: http://proxy.github.com
`
somehow, its not working with http /, getting the following error:
{"level":"error","ts":"2023-02-16T10:32:21.549Z","msg":"Failed to get API Group-Resources","error":"Get \"https://10.10.0.1:443/api?timeout=32s\": Bad Request"} {"level":"error","ts":"2023-02-16T10:32:21.549Z","logger":"setup","msg":"unable to start manager","error":"Get \"https://10.10.0.1:443/api?timeout=32s\": Bad Request"}
Kindly help me with the documentation
The text was updated successfully, but these errors were encountered: