-
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
[installer] Make OpenVSX URL configurable #8224
Labels
component: install
Terraform installation scripts, helm charts, installer images
installer: needs interface change
Change required to input, output or configuration file(s)
team: delivery
Issue belongs to the self-hosted team
Milestone
Comments
corneliusludmann
added
component: install
Terraform installation scripts, helm charts, installer images
team: delivery
Issue belongs to the self-hosted team
installer: needs interface change
Change required to input, output or configuration file(s)
labels
Feb 15, 2022
corneliusludmann
moved this to 🧊Backlog
in 🚚 Security, Infrastructure, and Delivery Team (SID)
Feb 15, 2022
corneliusludmann
moved this from 🧊Backlog
to 🤝Proposed
in 🚚 Security, Infrastructure, and Delivery Team (SID)
Feb 15, 2022
As part of this task, we should generate a new version of the gitpod-installer init > example-config.yaml |
Pothulapati
added a commit
that referenced
this issue
Feb 17, 2022
Fixes #8224 This PR adds a new `OpenVSX` object into the top-level `Config` field to support configurations of the `openvsx-proxy` component. Currently, Only `URL` field is present. This is needed to support air-gap instlalations where people are expected to host their own open-vsx. This config is top-level and not under the workspace or IDE as this configures the proxy, but not the IDE. Signed-off-by: Tarun Pothulapati <[email protected]>
Pothulapati
added a commit
that referenced
this issue
Feb 17, 2022
Fixes #8224 This PR adds a new `OpenVSX` object into the top-level `Config` field to support configurations of the `openvsx-proxy` component. Currently, Only `URL` field is present. This is needed to support air-gap instlalations where people are expected to host their own open-vsx. This config is top-level and not under the workspace or IDE as this configures the proxy, but not the IDE. Signed-off-by: Tarun Pothulapati <[email protected]>
corneliusludmann
moved this from 🤝Proposed
to ⚒In Progress
in 🚚 Security, Infrastructure, and Delivery Team (SID)
Feb 18, 2022
Pothulapati
added a commit
that referenced
this issue
Feb 19, 2022
Fixes #8224 This PR adds a new `OpenVSX` object into the top-level `Config` field to support configurations of the `openvsx-proxy` component. Currently, Only `URL` field is present. This is needed to support air-gap instlalations where people are expected to host their own open-vsx. This config is top-level and not under the workspace or IDE as this configures the proxy, but not the IDE. The URL is validated by using the validate go tags. Signed-off-by: Tarun Pothulapati <[email protected]>
corneliusludmann
pushed a commit
that referenced
this issue
Feb 22, 2022
Fixes #8224 This PR adds a new `OpenVSX` object into the top-level `Config` field to support configurations of the `openvsx-proxy` component. Currently, Only `URL` field is present. This is needed to support air-gap instlalations where people are expected to host their own open-vsx. This config is top-level and not under the workspace or IDE as this configures the proxy, but not the IDE. The URL is validated by using the validate go tags. Signed-off-by: Tarun Pothulapati <[email protected]>
Repository owner
moved this from ⚒In Progress
to ✨Done
in 🚚 Security, Infrastructure, and Delivery Team (SID)
Feb 22, 2022
roboquat
pushed a commit
that referenced
this issue
Feb 22, 2022
Fixes #8224 This PR adds a new `OpenVSX` object into the top-level `Config` field to support configurations of the `openvsx-proxy` component. Currently, Only `URL` field is present. This is needed to support air-gap instlalations where people are expected to host their own open-vsx. This config is top-level and not under the workspace or IDE as this configures the proxy, but not the IDE. The URL is validated by using the validate go tags. Signed-off-by: Tarun Pothulapati <[email protected]>
mustard-mh
pushed a commit
that referenced
this issue
Feb 28, 2022
Fixes #8224 This PR adds a new `OpenVSX` object into the top-level `Config` field to support configurations of the `openvsx-proxy` component. Currently, Only `URL` field is present. This is needed to support air-gap instlalations where people are expected to host their own open-vsx. This config is top-level and not under the workspace or IDE as this configures the proxy, but not the IDE. The URL is validated by using the validate go tags. Signed-off-by: Tarun Pothulapati <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: install
Terraform installation scripts, helm charts, installer images
installer: needs interface change
Change required to input, output or configuration file(s)
team: delivery
Issue belongs to the self-hosted team
If users want to use their own OpenVSX instance (e.g. in an airgap installation), they need to configure their own OpenVSX URL.
The text was updated successfully, but these errors were encountered: