-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Milestone
Description
Discussed this with @VeXocide and this is what we came up with:
- Read permissions on system tables will be assigned through the usual mechanism (i.e. the "rethinkdb" database is treated like any other database)
- Nobody can write to a system table, except for the
adminuser who can write to all system tables - One exception from the rule: Users can update their own document in the
userstable, as long as they have read and write permissions on theuserstable as granted through the usual mechanism.
Note that operations such as r.table(...).config().update(...) or r.table(...).reconfigure(...) can still be performed by non-admin users, if the user has config permissions on the affected table.