-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using HTTP(S)_PROXY in odo #6065
Comments
support or HTTP_PROXY was merged in devfile/library (devfile/api#897) |
|
/status blocked |
Just wanted to check to see if there is a timeline for when this request makes it into the binary. Thanks in advance. |
devfile/registry-support#133 fixes the problem in Registry library and #6396 includes this PR. This fixes the problem for calls to Registry. I executed tests with a Squid proxy and iptables blocking all other outbound traffic except to proxy, all tests pass. Closing the issue |
/kind user-story
User Story
As an odo user, my working environment is restricted, and all requests need to go via a proxy I want to be able to configure odo to use a proxy So that I can use odo.
Acceptance Criteria
HTTP_PROXY
andHTTPS_PROXY
env variables) for all requests## Notes
client-go
should be already correctly routed via the proxy/kind user-story
/priority medium
The text was updated successfully, but these errors were encountered: