Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/pages/kb/user-guide/users/permissions-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ The idea is to leverage your database’s security model and hence create a user
with access to the tables/columns you want to give access to. Create a data
source that's using this user and then associate it with a group of users who
need this level of access.

### How to manage permissions for queries and dashboards?

The management of the query and dashboard permissions doesn't happen on group basis, but on per user basis.
The relevant parts are documented in [Managing Query Permissions]({% link _kb/user-guide/querying/writing-queries#Managing-Query-Permissions %} respective [Managing Dashboard Permissions]({% link _kb/user-guide/dashboards/dashboard-editing#Managing-Dashboard-Permissions %}.