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

Per-database permissions #768

Closed
TheSlimvReal opened this issue Apr 14, 2021 · 1 comment
Closed

Per-database permissions #768

TheSlimvReal opened this issue Apr 14, 2021 · 1 comment
Labels
Type: Refactoring / Technical Enh. Technical Enhancement without changes for the user
Milestone

Comments

@TheSlimvReal
Copy link
Collaborator

TheSlimvReal commented Apr 14, 2021

After #767 every entity will be in its own database. Each database can have its own permission based on user roles. This should be used to restrict the access to some databases for certain user groups. An array of user groups can be set as permittedGroups to the config of a entity. This should trigger a change to the permission settings of the according couchDB database. After that, only users of the specified groups will be able to read from an write to this database.
Users without permissions will not be able to synchronize with the remote database.

@TheSlimvReal TheSlimvReal added this to the User Roles milestone Apr 14, 2021
@TheSlimvReal TheSlimvReal added the Type: Refactoring / Technical Enh. Technical Enhancement without changes for the user label Apr 14, 2021
@TheSlimvReal TheSlimvReal changed the title Sync only permitted databases Per-database permissions Apr 14, 2021
@TheSlimvReal
Copy link
Collaborator Author

Closed in favor of #956

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Refactoring / Technical Enh. Technical Enhancement without changes for the user
Projects
None yet
Development

No branches or pull requests

1 participant