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

[Feat] Provide tool for easier management of functional accounts #1530

Open
bpedersen2 opened this issue Nov 26, 2024 · 2 comments
Open

[Feat] Provide tool for easier management of functional accounts #1530

bpedersen2 opened this issue Nov 26, 2024 · 2 comments
Assignees
Labels

Comments

@bpedersen2
Copy link
Contributor

Summary

Currently functional accounts are only created once on a fresh installations and are hard to upgrade.
Especially the passwords are hashed in the database and there is no easy way to update those.

It would be nice to have a cli utility to add/modify local functional accounts. I would probably not provide an api endpoint for that.

@nitrosx
Copy link
Contributor

nitrosx commented Dec 2, 2024

@bpedersen2 I totally agree with you.
Would you be able to provide a list of functionalities for a POC?

@bpedersen2
Copy link
Contributor Author

  • list existing functional accounts
  • create new functional account including setting a new password ( should do the same things the initial import from functional-accounts.json would do)
  • set new password on functional account (including correct salting/hashing)
  • alter assigned roles on functional account

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

No branches or pull requests

3 participants