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
Gabriel MABILLE 101ce57a94
RBAC: Allow listing user permissions with scope (#57538)
3 years ago
..
acimpl RBAC: Fetch service account permissions in oss (#57343) 3 years ago
actest RBAC: Remove DeclareFixedRoles wrapper on Access control and inject service (#54153) 3 years ago
api RBAC: Allow listing user permissions with scope (#57538) 3 years ago
database RBAC: Improve performance of dashboard filter query (#56813) 3 years ago
mock RBAC: Cleaup team api rbac tests (#57265) 3 years ago
ossaccesscontrol chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
resourcepermissions add an endpoint for updating several managed permissions with one call (#57893) 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 Remove unused error from evaluator Evaluate (#49305) 3 years ago
evaluator_test.go RBAC: Split up service into several components (#54002) 3 years ago
filter.go RBAC: Improve performance of dashboard filter query (#56813) 3 years ago
filter_bench_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
filter_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 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 Auth: Write the redirect cookie if denied - do not write a blank redirect (#57381) 3 years ago
middleware_test.go RBAC: Redirect to /login when forceLogin is set (#56469) 3 years ago
models.go change json command parameter names from userID to userId and teamID to teamId (#57902) 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 AccessControl: Remove package lists for roles and grants (#47141) 3 years ago
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