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 · 0 comments · May be fixed by #1165
Open
3 tasks done

Support multi users and rbac #991

juherr opened this issue Dec 10, 2022 · 0 comments · May be fixed by #1165

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

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