-
Notifications
You must be signed in to change notification settings - Fork 54
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
Enable proxy support for DevWorkspaces #678
Comments
Milestone 3 issue for that was: eclipse-che/che#20386 This is mainly about injecting environment variables |
in Eclipse Che we have this eclipse-che/che-operator#1027 |
yes, mounting of proxy settings to workspace containers should already work. This issue is about supporting that also in built-in containers, is that right? I am al little bit out of the loop on DWO capabilities, so I didn't realize project clone happens in DWO and so is affected by this, too. |
@metlos cloning happens in initContainers, the mechanism that works for regular containers should work for init containers too. |
Description
Currently, DevWorkspaces have no way to specify proxy settings, so built-in containers such as project-clone will fail to clone projects if running behind a proxy. We need to define a way to specify proxy settings and figure out how to propagate these down to the workspace pods.
Additional context
Originally brought as a CRW integration issue: https://issues.redhat.com/browse/CRW-2473
The text was updated successfully, but these errors were encountered: