-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[self-hosted] Support https_proxy
#10769
Comments
Having looked into this a little, from the Installer point of view this looks fairly straightforward (a skeleton PR will be up shortly). As My preference is to get the KOTS installer to add a configmap which is then used to set the envvar values and these are then added to the It's then up to the owners of each individual component to decide on how best to implement these envvars. |
Have put it into a blocked state as this needs some pairing from other teams. See internal discussion |
Requires collaboration from team workspace - hence adding this to their inbox as well for prioritisation. Team workspace - we're here to help with any questions 👋 |
@lucasvaltl @mrsimonemms I've noticed that in 2022.9 this behavior now sets https_proxy environment variables on the various components, but we've not yet exposed this as a feature. How does this impact people who are already setting https_proxy on some services with customizations? My expectation is that until this epic is finished, docs are added, and shipped, that we'd not have any behavior changes. But instead I'm seeing us set proxy values automatically on all services before we've vetted actually works, or worse without any documentation that it's happening or mention in release notes:
Because we automatically inherit whatever proxy variables the KOTS CLI scoops up if they pass the At minimum the installer should include an additional boolean of "Use https proxy settings" that is off, instead of using the presence of a secret called |
Also added this ticket to track that we're not assuming the workspaces themselves have to have these settings applied: #13682 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey devs, any chance to get the remaining things resolved soon? We would love to use gitpod on premise, but we are behind a proxy. |
@johanneskoester Gitpod self-hosted is no longer officially supported so I don't imagine this issue will get finished. See blog post. (I'm no longer part of Gitpod, so there may be discussions internally I'm not aware of). |
Running Gitpod with an HTTPS proxy is not officially supported yet.
https_proxy
environment variable #12835(internal discussion)
The text was updated successfully, but these errors were encountered: