You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the server users can be profiled only with which database they can access. It would be nice including also the following permissions:
read-only or read-write access
CRUD (Create/Read/Update/Delete) access per type
quota:
4.1. max query per minute
4.2. max returned records. if a query returns more records than the configured quota, they are simply discarded. This means adding an implicit limit to all the queries.
Note: this setting will be still stored in the config/security.json file because they work at the server level only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Right now the server users can be profiled only with which database they can access. It would be nice including also the following permissions:
4.1. max query per minute
4.2. max returned records. if a query returns more records than the configured quota, they are simply discarded. This means adding an implicit limit to all the queries.
Note: this setting will be still stored in the
config/security.json
file because they work at the server level only.Beta Was this translation helpful? Give feedback.
All reactions