[chectl] Check if real user exists before deploying Eclipse Che on OpenShift cluster #16629
Labels
area/chectl
Issues related to chectl, the CLI of Che
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.
If deploy Eclipse Che on OpenShift instance with OAuth enabled then installation might stuck with no evidence for end user.
Describe the solution you'd like
It is needed to add check if real use exists.
On operator level we have such a one [1] but from UX point of view it is useful to add the same chck on chectl level as well.
[1] https://github.com/eclipse/che-operator/blob/master/pkg/controller/che/che_controller.go#L352-L386
The text was updated successfully, but these errors were encountered: