Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| user_guide:howto:polydb_api [2019/09/11 14:42] – [Documentation entries in the Database] paffenholz | user_guide:howto:polydb_api [2019/09/11 15:33] (current) – [Permissions and Roles] paffenholz | ||
|---|---|---|---|
| Line 40: | Line 40: | ||
| ==== Permissions and Roles ==== | ==== Permissions and Roles ==== | ||
| + | |||
| + | MongoDB has a role based permission model. We use this for '' | ||
| + | |||
| + | For each collection there are two roles, one with just read access, and one with write access. For a collection // | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | (there may be more (or no) subsections in the list). | ||
| + | |||
| + | For public read access to the data there is one role '' | ||
| + | |||
| + | For general public access there is a user '' | ||
| + | |||
| + | Creating roles and users, and assigning roles to users requires MonoDB the '' | ||
| + | * want to start a public or private collection | ||
| + | * want to give other people access to your private collection | ||
| + | * want to make your private collection public. | ||
| ==== More Specifications for Data coming from '' | ==== More Specifications for Data coming from '' | ||