Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdminUser not work as expected. #179

Open
wdxxl opened this issue Jun 13, 2024 · 0 comments
Open

AdminUser not work as expected. #179

wdxxl opened this issue Jun 13, 2024 · 0 comments

Comments

@wdxxl
Copy link

wdxxl commented Jun 13, 2024

Hi team:

As refer from this link: https://doris.apache.org/zh-CN/docs/install/cluster-deployment/k8s-deploy/root-user-use/ I'm trying to set root password.

Step 1: apply DorisCluster without add adminUser.name and adminUser.password. the default empty password works for me, both be & fe start well.
Step 2: login doris with mysql cli, run SHOW ALL GRANTS; and set password for 'root' = password('pwd'), verify login with mysql cli new password.
Step 3: update DorisCluster and add adminUser.name and adminUser.password, apply by kubectl. new started BE continuing log the error message.

The following error in BE pod as follow:

[Thu Jun 13 03:42:23 UTC 2024] [info] use root no password show frontends result ERROR 1045 (28000): Access denied for user '[email protected]' (using password: NO) .
ERROR 1045 (28000): Access denied for user '[email protected]' (using password: YES)

Images:

  1. selectdb/doris.k8s-operator:1.5.2
  2. selectdb/doris.be-ubuntu:2.1.3
  3. selectdb/doris.fe-ubuntu:2.1.3

Also check the issue: #131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant