inlong
inlong copied to clipboard
[Feature][Manager] Make the default admin account configurable
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
- [X] I agree to follow this project's Code of Conduct
hi, @dockerzhang, Please assign to me. I'll try to work on this.
Hi, @mroccyen thanks. due to @wilburjiang0 is doing this issue, I will assign it to him.
it's better to fix it when https://github.com/apache/inlong/issues/5049 all issues have done.
This issue is stale because it has been open for 60 days with no activity.
Currently, we support changing the user info by the Manager Client.
Fixed by #6206.