inlong icon indicating copy to clipboard operation
inlong copied to clipboard

[Feature][Manager] Make the default admin account configurable

Open dockerzhang opened this issue 2 years ago • 4 comments

Description

the default admin account is defined in the file conf/application.properties of the manager module like this:

default.admin.user=admin
default.admin.password=inlong

We can make it configurable for different users, especially for the password.

Use case

No response

Are you willing to submit PR?

  • [ ] Yes, I am willing to submit a PR!

Code of Conduct

dockerzhang avatar Apr 14 '22 02:04 dockerzhang

hi, @dockerzhang, Please assign to me. I'll try to work on this.

mroccyen avatar May 19 '22 13:05 mroccyen

Hi, @mroccyen thanks. due to @wilburjiang0 is doing this issue, I will assign it to him.

dockerzhang avatar Jun 21 '22 03:06 dockerzhang

it's better to fix it when https://github.com/apache/inlong/issues/5049 all issues have done.

dockerzhang avatar Jul 14 '22 11:07 dockerzhang

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Sep 13 '22 02:09 github-actions[bot]

Currently, we support changing the user info by the Manager Client.

Fixed by #6206.

healchow avatar Oct 19 '22 03:10 healchow