WinkerDu opened a new pull request, #27438: URL: https://github.com/apache/doris/pull/27438
## Proposed changes Issue Number: close #xxx Doris FE firstly launch with no root password for now. In my organization scene, we use Doris operator start a Doris cluster, then `set password` for root user via peripheral system, which increase system Complexity. This pr introduces FE config `initial_root_password` to set root user initial 2-staged SHA-1 encrypted password, default as '', means no root password. Subsequent 'set password' operations for root user will overwrite the initial root password. if `initial_root_password` is not a valid 2-staged SHA-1 encrypted password, no root password set as before. <!--Describe your changes.--> ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org