Files
grafana/pkg/services/authz/rbac/store/folder_query.sql
Ieva 40a9f7162a AuthZ service: Build folder tree and check inherited permissions (#98074)
* build folder tree and check inherited permissions

* don't fetch dashboards

* remove unused queries
2024-12-18 14:19:16 +00:00

4 lines
100 B
SQL

SELECT uid, parent_uid
FROM {{ .Ident .FolderTable }} as u
WHERE u.org_id = {{ .Arg .Query.OrgID }}