You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
Currently, TiDB will create a root user with no password by default. This is a potential security issue.
So we have to create a random password after TiDB is installed.
We can add a field in the spec to control whether to create a random password after installation, if yes, we can save the password in a secret and request the user to access the TiDB with that password and then change the password.
TiDB will force the user to change the password after the first login in future releases. Describe the feature you'd like:
@DanielZhangQD seems TiUP is also responsible for creating random password after TiDB installation with --init argument #1700 , then it is meaningful to implement the same logic in TiDB Operator.
Feature Request
Is your feature request related to a problem? Please describe:
Currently, TiDB will create a root user with no password by default. This is a potential security issue.
So we have to create a random password after TiDB is installed.
We can add a field in the spec to control whether to create a random password after installation, if yes, we can save the password in a secret and request the user to access the TiDB with that password and then change the password.
TiDB will force the user to change the password after the first login in future releases.
Describe the feature you'd like:
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: