From 6ce98cdff6feccafaca67fd2ca015b74aac84a8d Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Tue, 14 Dec 2021 17:01:38 +0100 Subject: [PATCH] Add a new section to the Permissions & Groups page with references to the Query and Dashboard permission management sections. --- src/pages/kb/user-guide/users/permissions-groups.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/kb/user-guide/users/permissions-groups.md b/src/pages/kb/user-guide/users/permissions-groups.md index 82422f53e..cc979f910 100644 --- a/src/pages/kb/user-guide/users/permissions-groups.md +++ b/src/pages/kb/user-guide/users/permissions-groups.md @@ -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 %}.