Details
-
Bug
-
Status: Done
-
Medium
-
Resolution: Fixed
-
None
-
None
-
2
-
Yes
-
Yes
-
[obsolete] Server Integrations
Description
User story:
Right now, passwords for cluster admin and monitoring are default passwords. We replace only password for PMM during operators installation. It's not secure to leave other passwords set to their default value.
Acceptance criteria:
User can replace all default passwords during installation.
How to test:
- Check that new
- Run `kubectl get secrets`
- Find secrets related to newly created DB cluster.
- Get passwords by running `kubectl get secretsÂ
{secret-name}
-o=yaml
- Check that they different from each other, check that it generates new ones for each DB cluster.