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:
Ieva
2024-12-18 14:19:16 +00:00
committed by GitHub
parent a727372573
commit 40a9f7162a
10 changed files with 193 additions and 15 deletions
@@ -0,0 +1,3 @@
SELECT uid, parent_uid
FROM {{ .Ident .FolderTable }} as u
WHERE u.org_id = {{ .Arg .Query.OrgID }}