Chectl should print dex users credentials #20779
Labels
area/chectl
Issues related to chectl, the CLI of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe
Chectl can now deploy on minikube with Dex. There are predefined static users https://github.com/che-incubator/chectl/blob/main/resources/dex/configmap.yaml#L28 that can be used to login into Che. Also chectl still prints credentials to keycloak, which does not make sense in this setup.
Describe the solution you'd like
At the end of Che deployment, chectl should print the static users that user can use.
Those are:
che@eclipse.org:admin
anduserN@che:password
whereN
is 1-5.Remove any other printed credentials to keycloak/idm.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: