The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/services/accesscontrol
Jo 13146cc812
Auth: reduce allocs (#55410)
3 years ago
..
acimpl RBAC: Initiate store in service (#55081) 3 years ago
actest RBAC: Remove DeclareFixedRoles wrapper on Access control and inject service (#54153) 3 years ago
api RBAC: Split up service into several components (#54002) 3 years ago
database RBAC: Initiate store in service (#55081) 3 years ago
mock RBAC: Fix resolver issue on wildcard resulting in wrong status code for endpoints (#54208) 3 years ago
ossaccesscontrol RBAC: Add cache for oss rbac permissions (#55098) 3 years ago
resourcepermissions remove datasource from sqlstore (#55288) 3 years ago
accesscontrol.go Auth: reduce allocs (#55410) 3 years ago
errors.go RBAC: Fix resolver issue on wildcard resulting in wrong status code for endpoints (#54208) 3 years ago
evaluator.go
evaluator_test.go RBAC: Split up service into several components (#54002) 3 years ago
filter.go RBAC: Add function to generate wildcards from prefix (#54275) 3 years ago
filter_bench_test.go remove datasource from sqlstore (#55288) 3 years ago
filter_test.go remove datasource from sqlstore (#55288) 3 years ago
metadata.go RBAC: Add function to generate wildcards from prefix (#54275) 3 years ago
metadata_bench_test.go RBAC: Add function to generate wildcards from prefix (#54275) 3 years ago
metadata_test.go RBAC: Add function to generate wildcards from prefix (#54275) 3 years ago
middleware.go RBAC: Remove service dependency in Evaluator component (#54910) 3 years ago
middleware_test.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 3 years ago
models.go RBAC: Split up service into several components (#54002) 3 years ago
resolvers.go RBAC: Fix resolver issue on wildcard resulting in wrong status code for endpoints (#54208) 3 years ago
resolvers_test.go RBAC: Fix resolver issue on wildcard resulting in wrong status code for endpoints (#54208) 3 years ago
roles.go RBAC: Split up service into several components (#54002) 3 years ago
roles_test.go
scope.go RBAC: Add function to generate wildcards from prefix (#54275) 3 years ago
scope_test.go RBAC: Add function to generate wildcards from prefix (#54275) 3 years ago