grafana/pkg/services/accesscontrol
Gabriel MABILLE 32a498e04f
RBAC: Validate plugin app access permission targets the plugin (#59468)
* RBAC: Validate plugin app access permission targets the plugin

* Fix service test
2022-11-30 13:55:07 +01:00
..
acimpl RBAC: Validate plugin app access permission targets the plugin (#59468) 2022-11-30 13:55:07 +01:00
actest Access Control: Clear user's permission cache after resource creation (#59101) 2022-11-24 14:38:55 +00:00
api RBAC: Allow listing user permissions with scope (#57538) 2022-11-02 10:48:11 +01:00
database RBAC: Improve performance of dashboard filter query (#56813) 2022-10-25 11:14:27 +02:00
mock Access Control: Clear user's permission cache after resource creation (#59101) 2022-11-24 14:38:55 +00:00
ossaccesscontrol chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
pluginutils RBAC: Validate plugin app access permission targets the plugin (#59468) 2022-11-30 13:55:07 +01:00
resourcepermissions Perfomance: add preallocation for some slices (#59263) 2022-11-28 13:10:24 +01:00
accesscontrol.go Access Control: Clear user's permission cache after resource creation (#59101) 2022-11-24 14:38:55 +00:00
errors.go RBAC: Validate plugin app access permission targets the plugin (#59468) 2022-11-30 13:55:07 +01:00
evaluator_test.go RBAC: Split up service into several components (#54002) 2022-08-24 13:29:17 +02:00
evaluator.go Perfomance: add preallocation for some slices (#59263) 2022-11-28 13:10:24 +01:00
filter_bench_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
filter_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
filter.go RBAC: Improve performance of dashboard filter query (#56813) 2022-10-25 11:14:27 +02:00
metadata_bench_test.go RBAC: Add function to generate wildcards from prefix (#54275) 2022-08-26 17:10:35 +02:00
metadata_test.go RBAC: Add function to generate wildcards from prefix (#54275) 2022-08-26 17:10:35 +02:00
metadata.go RBAC: Add function to generate wildcards from prefix (#54275) 2022-08-26 17:10:35 +02:00
middleware_test.go RBAC: Redirect to /login when forceLogin is set (#56469) 2022-10-07 08:18:56 +02:00
middleware.go Auth: Refactor auth package (#58920) 2022-11-18 09:56:06 +01:00
models.go Chore: Use strings.ReplaceAll and preallocate containers (#58483) 2022-11-09 17:17:09 +01:00
resolvers_test.go RBAC: Fix resolver issue on wildcard resulting in wrong status code for endpoints (#54208) 2022-08-25 12:50:27 +02:00
resolvers.go RBAC: Allow role registration for plugins (#57387) 2022-11-07 11:30:45 +01:00
roles_test.go AccessControl: Remove package lists for roles and grants (#47141) 2022-04-06 09:31:14 +02:00
roles.go RBAC: Split up service into several components (#54002) 2022-08-24 13:29:17 +02:00
scope_test.go RBAC: Add function to generate wildcards from prefix (#54275) 2022-08-26 17:10:35 +02:00
scope.go RBAC: Add function to generate wildcards from prefix (#54275) 2022-08-26 17:10:35 +02:00