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

Support multi users and rbac #991

Open
3 tasks done
juherr opened this issue Dec 10, 2022 · 1 comment
Open
3 tasks done

Support multi users and rbac #991

juherr opened this issue Dec 10, 2022 · 1 comment

Comments

@juherr
Copy link
Contributor

juherr commented Dec 10, 2022

Checklist

  • I checked other issues already and found no answer
  • I checked the documentation and found no answer
  • I am running the latest version and the feature i am requesting is not implemented there

Describe the problem you are trying to solve

Currently, only one user is supported with all privileges. It is not a problem for a private instance but becomes dangerous when the instance is shared (especially the delete operations).

Describe the solution you'd like

Replace the mono static user by users stored in database.
It should be possible to enable or disable any crud operation one by one by user or role.

Describe alternative solutions or features you've considered

The user storage could be delegate to a 3rd party backend like okta or any other saas solution.

Additional context

Related to #82

@goekay
Copy link
Member

goekay commented Aug 12, 2024

It is not a problem for a private instance but becomes dangerous when the instance is shared (especially the delete operations).

for a proper solution, we should have auditing of modifying operations. that way, an admin can track which user did what. i don't want to open pandora's box and cause more work within current PRs, but something for future.

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

Successfully merging a pull request may close this issue.

2 participants