grafana/pkg/services/accesscontrol
Marcus Efraimsson 040b7d2571
Chore: Add errutils helpers (#73577)
Add helpers for the errutil package in favor of errutil.NewBase.
2023-08-22 12:52:24 +02:00
..
acimpl Auth: Add SignedIn user interface NamespacedID (#72944) 2023-08-09 09:35:50 +02:00
actest Auth: Move access control API to SignedInUser interface (#73144) 2023-08-18 11:42:18 +01:00
api Auth: Move access control API to SignedInUser interface (#73144) 2023-08-18 11:42:18 +01:00
database RBAC: Split non-empty scopes into kind, attribute and identifier fields for better search performance (#71933) 2023-07-21 15:23:01 +01:00
migrator RBAC: Batch update on scope split migration (#72182) 2023-07-28 12:37:24 +02:00
mock Auth: Move access control API to SignedInUser interface (#73144) 2023-08-18 11:42:18 +01:00
ossaccesscontrol Auth: Move access control API to SignedInUser interface (#73144) 2023-08-18 11:42:18 +01:00
pluginutils Plugins: Migrate licensing and access control to pkg/services/pluginsintegration package (#65258) 2023-03-27 11:15:37 +02:00
resourcepermissions Auth: Move access control API to SignedInUser interface (#73144) 2023-08-18 11:42:18 +01:00
accesscontrol_test.go AuthN: Embed an OAuth2 server for external service authentication (#68086) 2023-05-25 15:38:30 +02:00
accesscontrol.go Auth: Move access control API to SignedInUser interface (#73144) 2023-08-18 11:42:18 +01:00
authorize_in_org_test.go MESA: Allow using synced permissions (#71377) 2023-07-12 13:28:04 +03:00
checker_test.go Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
checker.go RBAC: Permission check performance improvements for the new search (#60729) 2023-01-27 12:12:30 +00:00
errors.go Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02: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 Result field from datasources (#63048) 2023-02-09 15:49:44 +01:00
filter_test.go Chore: Remove Result field from datasources (#63048) 2023-02-09 15:49:44 +01:00
filter.go Auth: Add SignedIn user interface NamespacedID (#72944) 2023-08-09 09:35:50 +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 AccessControl: Remove acmock.New from accesscontrol service tests (#71942) 2023-07-20 10:00:46 +02:00
middleware.go Auth: Move access control API to SignedInUser interface (#73144) 2023-08-18 11:42:18 +01:00
models_test.go Slug: Combine various slugify fixes for special character handling (#73164) 2023-08-10 16:12:50 -04:00
models.go Chore: Add errutils helpers (#73577) 2023-08-22 12:52:24 +02:00
resolvers_test.go Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01: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 Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +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: Permission check performance improvements for the new search (#60729) 2023-01-27 12:12:30 +00:00