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
Alexander Zobnin 08082104e1
Access control: Add permissions cache hit/miss metrics (#80883)
2 years ago
..
acimpl Access control: Add permissions cache hit/miss metrics (#80883) 2 years ago
actest AuthN: Add auth hook that can sync grafana cloud role to rbac cloud role (#80416) 2 years ago
api FeatureFlags: Use interface rather than manager (#80000) 2 years ago
database RBAC: Search endpoint support wildcards (#80383) 2 years ago
migrator AccessControl: Add safety valve truncation for long user defined scopes (#79854) 2 years ago
mock AuthN: Add auth hook that can sync grafana cloud role to rbac cloud role (#80416) 2 years ago
ossaccesscontrol RBAC: Clean up data source permissions after data source deletion (#80654) 2 years ago
pluginutils RBAC: Add origin column to seed_assignment (#80326) 2 years ago
resourcepermissions fix(swagger): POST -> GET method for two access control endpoints (#80082) 2 years ago
accesscontrol.go RBAC: Search endpoint support wildcards (#80383) 2 years ago
accesscontrol_test.go AuthN: Embed an OAuth2 server for external service authentication (#68086) 3 years ago
authorize_in_org_test.go Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2 years ago
checker.go
checker_test.go
errors.go Auth: Add empty role definition (#64694) 3 years ago
evaluator.go Chore: capitalise log message for auth packages (#74332) 2 years ago
evaluator_test.go
filter.go Chore: use any rather than interface{} (#74066) 2 years ago
filter_bench_test.go Chore: Remove Result field from datasources (#63048) 3 years ago
filter_test.go Chore: Remove Result field from datasources (#63048) 3 years ago
metadata.go
metadata_bench_test.go
metadata_test.go
middleware.go Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2 years ago
middleware_test.go AccessControl: Remove acmock.New from accesscontrol service tests (#71942) 3 years ago
models.go Access control: Add permissions cache hit/miss metrics (#80883) 2 years ago
models_test.go ExtSvcAuth: Assign roles locally (#78669) 2 years ago
resolvers.go Chore: capitalise log message for auth packages (#74332) 2 years ago
resolvers_test.go
roles.go AuthN: Add auth hook that can sync grafana cloud role to rbac cloud role (#80416) 2 years ago
roles_test.go
scope.go
scope_test.go