#23932·che

Does Eclipse Che support hosting the control plane under a URL path prefix?

Author: KrSahilCreated Aug 11, 2026Updated Sep 7, 2026
Labelskind/enhancementarea/che-operatorseverity/P3team/B

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/che

During testing, we found that after login, Che generates and controls root-level routes such as:

  • /oauth/callback
  • /dashboard/
  • /api
  • /plugin-registry

For example, the OIDC flow redirects to https://example.com/oauth/callback instead of our desired base path.

  1. Is hosting the full Che control plane under a path prefix (e.g., /platform/che) officially supported?
  2. Is there a supported way to configure a global base path for the dashboard, oauth callback, api, and plugin registry?

Thank you.