grafana/pkg/services/accesscontrol
Carl Bergquist 764478b9e7
Instrumentation: Set auth as owners for more routes (#75105)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2023-09-20 10:18:52 +02:00
..
acimpl Requester: Update GetCacheKey (#74834) 2023-09-14 09:19:33 +02:00
actest Chore: remove `IsDisabled` method for access control (#74340) 2023-09-05 11:04:39 +01:00
api Instrumentation: Set auth as owners for more routes (#75105) 2023-09-20 10:18:52 +02:00
database RBAC: Fix search user permissions (#74729) 2023-09-13 15:19:19 +02:00
migrator Chore: capitalise log message for auth packages (#74332) 2023-09-04 18:49:47 +02:00
mock Auth: Implement requester interface in access control module (#74289) 2023-09-06 11:16:10 +02: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 Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
accesscontrol.go Auth: Implement requester interface in access control module (#74289) 2023-09-06 11:16:10 +02:00
accesscontrol_test.go AuthN: Embed an OAuth2 server for external service authentication (#68086) 2023-05-25 15:38:30 +02:00
authorize_in_org_test.go MESA: Allow using synced permissions (#71377) 2023-07-12 13:28:04 +03:00
checker.go RBAC: Permission check performance improvements for the new search (#60729) 2023-01-27 12:12:30 +00:00
checker_test.go Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
errors.go Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02:00
evaluator.go Chore: capitalise log message for auth packages (#74332) 2023-09-04 18:49:47 +02:00
evaluator_test.go
filter.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03: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
metadata.go
metadata_bench_test.go
metadata_test.go
middleware.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
middleware_test.go AccessControl: Remove acmock.New from accesscontrol service tests (#71942) 2023-07-20 10:00:46 +02:00
models.go Chore: Add const variables for No Basic Role (#74868) 2023-09-14 11:42:07 +02:00
models_test.go Slug: Combine various slugify fixes for special character handling (#73164) 2023-08-10 16:12:50 -04:00
resolvers.go Chore: capitalise log message for auth packages (#74332) 2023-09-04 18:49:47 +02:00
resolvers_test.go Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
roles.go Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02:00
roles_test.go
scope.go RBAC: Permission check performance improvements for the new search (#60729) 2023-01-27 12:12:30 +00:00
scope_test.go