-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Does Eclipse Che support hosting the control plane under a URL path prefix? #23932
Copy link
Copy link
Open
Labels
area/che-operatorIssues and PRs related to Eclipse Che Kubernetes OperatorIssues and PRs related to Eclipse Che Kubernetes Operatorkind/enhancementA feature request - must adhere to the feature request template.A feature request - must adhere to the feature request template.severity/P3Lower priority than a P2. Optional work that might get done, or not. See also help wanted issues.Lower priority than a P2. Optional work that might get done, or not. See also help wanted issues.team/BThis team is responsible for the Web Terminal, the DevWorkspace Operator.This team is responsible for the Web Terminal, the DevWorkspace Operator.
Description
Activity
Metadata
Metadata
Assignees
Labels
area/che-operatorIssues and PRs related to Eclipse Che Kubernetes OperatorIssues and PRs related to Eclipse Che Kubernetes Operatorkind/enhancementA feature request - must adhere to the feature request template.A feature request - must adhere to the feature request template.severity/P3Lower priority than a P2. Optional work that might get done, or not. See also help wanted issues.Lower priority than a P2. Optional work that might get done, or not. See also help wanted issues.team/BThis team is responsible for the Web Terminal, the DevWorkspace Operator.This team is responsible for the Web Terminal, the DevWorkspace Operator.
Hi,
We are deploying Eclipse Che in an environment where applications must be exposed under a shared-host path prefix.
Desired Che URL:
https://example.com/platform/cheDuring testing, we found that after login, Che generates and controls root-level routes such as:
/oauth/callback/dashboard//api/plugin-registryFor example, the OIDC flow redirects to
https://example.com/oauth/callbackinstead of our desired base path./platform/che) officially supported?Thank you.