Database dependency removal #21183
Labels
area/che-server
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Is your enhancement related to a problem? Please describe
Postgres is still a Che pre-requisite but it could be easily removed (it’s used only to persist users ids).
Removing the database would make the che-server a stateless application.
Describe the solution you'd like
Use a ConfigMap to store users data.
The text was updated successfully, but these errors were encountered: