Skip to content
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

As an Admin I want to have a possibility to configure an alternative dashboard URL #23308

Open
ibuziuk opened this issue Jan 9, 2025 · 4 comments
Labels
area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator area/dashboard kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P2 Has a minor but important impact to the usage or development of the system. status/analyzing An issue has been proposed and it is currently being analyzed for effort and implementation approach

Comments

@ibuziuk
Copy link
Member

ibuziuk commented Jan 9, 2025

Is your task related to a problem? Please describe

In order to make Eclipse Che integration more flexible with other projects / products that could come up with their own custom dashboard for CDEs it should be possible to override / or setup redirect for the main Dashboard URL:

 dashboard:
    redirectURL: https://<alternative-dashboard-url>

Once this CR property is set navigating to dashboard would redirect to the alternative dashboard url.

Describe the solution you'd like

Admin can configure alternative User Dashboard URL from the CR

Describe alternatives you've considered

No response

Additional context

N.B. workspace loader flow as well as the factory # flow should continue working as before.

@ibuziuk ibuziuk added kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P2 Has a minor but important impact to the usage or development of the system. status/analyzing An issue has been proposed and it is currently being analyzed for effort and implementation approach area/dashboard area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator labels Jan 9, 2025
@tolusha
Copy link
Contributor

tolusha commented Jan 9, 2025

Maybe it is simpler to create a console link with alternative dashboard url along with default one.
Or even that link can be create outside of Eclipse che.
In this case no changes are required.

@ibuziuk
Copy link
Member Author

ibuziuk commented Jan 9, 2025

Maybe it is simpler to create a console link with alternative dashboard url along with default one.

well the idea is that existing User Dashboard should not be available if the alternative is configured:

Screenshot 2025-01-09 at 16 35 30

@tolusha
Copy link
Contributor

tolusha commented Jan 9, 2025

Not available or not deployed at all?

@ibuziuk
Copy link
Member Author

ibuziuk commented Jan 9, 2025

well, we can opt for not availbale, but how the factory / loader flow is going to be handled in this case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator area/dashboard kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P2 Has a minor but important impact to the usage or development of the system. status/analyzing An issue has been proposed and it is currently being analyzed for effort and implementation approach
Projects
Status: No status
Development

No branches or pull requests

2 participants