-
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
Support single-host/default-host in multi-user server mode #14189
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Comments
metlos
added
the
kind/task
Internal things, technical debt, and to-do tasks to be performed.
label
Aug 9, 2019
che-bot
added
the
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
label
Aug 9, 2019
skabashnyuk
added
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
team/platform
and removed
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
labels
Aug 9, 2019
This was referenced Aug 13, 2019
Generalize the ingress configuration to support single-host in single-user mode on kubernetes
#14134
Merged
16 tasks
This was referenced Aug 26, 2019
sleshchenko
added
status/in-progress
This issue has been taken by an engineer and is under active development.
and removed
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
labels
Aug 28, 2019
This was referenced Aug 29, 2019
skabashnyuk
added
the
severity/P1
Has a major impact to usage or development of the system.
label
Sep 2, 2019
15 tasks
#14335 is merged. |
tolusha
removed
the
status/in-progress
This issue has been taken by an engineer and is under active development.
label
Mar 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Is your task related to a problem? Please describe.
During the spike #14002, we've identified the issues with single-host mode (where workspaces are exposed using the host name of the Che server on unique subpaths) on Kubernetes (we don't support this mode at all on Openshift).
PR #14134, developed during the spike investigation, fixes the support for single-host and default-host exposure strategies in the single-user mode.
We need to support single-host also in multi-user mode but that is unfortunately more complex.
There seems to be a problem with exposing the servers in the multiuser mode. Both secured (proxied by jwt proxy) and non-secured servers (e.g. exposed components) seem to be created or at least queried incorrectly, resulting in failed startup with the message:
Notice the URL that doesn't really make sense.
Referenced Issues
This issue stems from the spike #14002 and blocks #12971.
The text was updated successfully, but these errors were encountered: