-
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
Add ability to override base domain of workspaces endpoints to match custom Che server hostname base domain #23249
Comments
@achdmbp
|
@tolusha thank you very much. this worked! I'm surprised this wasn't documented in the admin guide or maybe I missed it somewhere ? also is there a way to change the strategy to serve the endpoints via the main che gateway. for example,
instead of creating the endpoint as new routes. Using |
Putting this here for visibility since I don't think it is documented: Adding the attribute: Note: The endpoints will now require authentication, so they will not be easily shared with others on your dev team if you are collaborating between developer of two services, or frontend & backend. endpoints:
- name: node
targetPort: 4200
exposure: public
protocol: https
attributes:
urlRewriteSupported: true
- name: https-quarkus
targetPort: 8080
exposure: public
protocol: https
attributes:
urlRewriteSupported: true |
it will be great to have a global config to control the route generation strategy vs having it configured at the endpoint level. It would also be great to control whether we need the generated endpoints to be authenticated or not |
The documenation added eclipse-che/che-docs#2826 |
Is your enhancement related to a problem? Please describe
When configuring custom hostname for Che as described Configuring Eclipse Che server hostname. Let's say we use
che.devs.mycompany.com
as the hostname, the behavior will be:che.devs.mycompany.com
https://<user>-<workspace>-<endpoint-name>.apps.<default base domain>
Describe the solution you'd like
to support switching to a new cluster and keep same custom domain of che server, add ability to use same base domain of custom hostname to be used also to generate workspace endpoints
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: