3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/services/accesscontrol
Karl Persson 4069fe1c39
RBAC: Update permission query to not join on team table ()
* RBAC: Add teamIDs to get permission query

* RBAC: Remove join on team table and use team ids

* RBAC: Pass team ids
2022-08-15 09:41:20 +02:00
..
api AccessControl: Add endpoint to get user permissions () 2022-02-11 17:40:43 +01:00
database RBAC: Update permission query to not join on team table () 2022-08-15 09:41:20 +02:00
mock Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
ossaccesscontrol RBAC: Update permission query to not join on team table () 2022-08-15 09:41:20 +02:00
resourcepermissions RBAC: Remove unused code () 2022-08-12 13:02:24 +02:00
accesscontrol_bench_test.go Chore: Remove last build tag () 2022-06-02 17:36:34 +00:00
accesscontrol_test.go Access Control: Support other attributes than id for resource permissions () 2022-03-21 17:58:18 +01:00
accesscontrol.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
errors.go AccessControl: Resolve attribute based scopes to id based scopes () 2022-01-18 17:34:35 +01:00
evaluator_test.go Remove unused error from evaluator Evaluate () 2022-05-20 10:26:57 +02:00
evaluator.go Remove unused error from evaluator Evaluate () 2022-05-20 10:26:57 +02:00
filter_bench_test.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
filter_test.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
filter.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
middleware_test.go Move SignedInUser to user service and RoleType and Roles to org () 2022-08-10 11:56:48 +02:00
middleware.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
models.go RBAC: Update permission query to not join on team table () 2022-08-15 09:41:20 +02:00
resolvers_test.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
resolvers.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx () 2022-08-11 13:28:55 +02:00
roles_test.go AccessControl: Remove package lists for roles and grants () 2022-04-06 09:31:14 +02:00
roles.go Move SignedInUser to user service and RoleType and Roles to org () 2022-08-10 11:56:48 +02:00
scope_test.go Access Control: Refactor scope resolvers with support to resolve into several scopes () 2022-05-02 09:29:30 +02:00
scope.go RBAC: Add scope resolvers for dashboards () 2022-06-07 11:02:20 +02:00