grafana/pkg/services/accesscontrol
Gabriel MABILLE d999b5bda0
RBAC: remove redundant role name field from plugin role registrations (#58166)
* RBAC: Remove name from role registration

* Inline accesscontrol service

* test fix

* use fmt

Co-Authored-By: marefr <marcus.efraimsson@gmail.com>

Co-authored-by: marefr <marcus.efraimsson@gmail.com>
2022-11-15 09:51:40 +01:00
..
acimpl RBAC: remove redundant role name field from plugin role registrations (#58166) 2022-11-15 09:51:40 +01:00
actest RBAC: Remove DeclareFixedRoles wrapper on Access control and inject service (#54153) 2022-08-26 09:59:34 +02: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 RBAC: Allow role registration for plugins (#57387) 2022-11-07 11:30:45 +01:00
ossaccesscontrol chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
pluginutils RBAC: remove redundant role name field from plugin role registrations (#58166) 2022-11-15 09:51:40 +01:00
resourcepermissions Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
accesscontrol.go Auth: reduce allocs (#55410) 2022-09-20 12:03:08 +02:00
errors.go RBAC: Allow role registration for plugins (#57387) 2022-11-07 11:30:45 +01:00
evaluator_test.go RBAC: Split up service into several components (#54002) 2022-08-24 13:29:17 +02:00
evaluator.go Remove unused error from evaluator Evaluate (#49305) 2022-05-20 10:26:57 +02: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: Write the redirect cookie if denied - do not write a blank redirect (#57381) 2022-10-21 09:53:17 -05: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