Store credentials into secrets instead of plain text of CheCluster CR fields #16243
Labels
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.
Milestone
Is your task related to a problem? Please describe.
In K8s world, it's a good practice storing credentials, especially password in secrets. It would be great if che-operator follow this approach.
Describe the solution you'd like
I believe we must store in plain-text only non-sensitive info, let's say users can share with others. Everything else must be stored in secrets.
instead we could have
The text was updated successfully, but these errors were encountered: