AuthZ service: Build folder tree and check inherited permissions (#98074)
* build folder tree and check inherited permissions * don't fetch dashboards * remove unused queries
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
SELECT uid, parent_uid
|
||||
FROM {{ .Ident .FolderTable }} as u
|
||||
WHERE u.org_id = {{ .Arg .Query.OrgID }}
|
||||
Reference in New Issue
Block a user