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
Karl Persson 16d24a8429
RBAC: remove LoadPermissionsMiddleware (#73228)
2 years ago
..
acimpl Auth: Add SignedIn user interface NamespacedID (#72944) 2 years ago
actest Auth: Add SignedIn user interface NamespacedID (#72944) 2 years ago
api Auth: Add SignedIn user interface NamespacedID (#72944) 2 years ago
database RBAC: Split non-empty scopes into `kind`, `attribute` and `identifier` fields for better search performance (#71933) 2 years ago
migrator RBAC: Batch update on scope split migration (#72182) 2 years ago
mock Auth: Add SignedIn user interface NamespacedID (#72944) 2 years ago
ossaccesscontrol RBAC: Split non-empty scopes into `kind`, `attribute` and `identifier` fields for better search performance (#71933) 2 years ago
pluginutils Plugins: Migrate licensing and access control to pkg/services/pluginsintegration package (#65258) 2 years ago
resourcepermissions RBAC: Split non-empty scopes into `kind`, `attribute` and `identifier` fields for better search performance (#71933) 2 years ago
accesscontrol.go Auth: Add SignedIn user interface NamespacedID (#72944) 2 years ago
accesscontrol_test.go AuthN: Embed an OAuth2 server for external service authentication (#68086) 2 years ago
authorize_in_org_test.go MESA: Allow using synced permissions (#71377) 2 years ago
checker.go RBAC: Permission check performance improvements for the new search (#60729) 2 years ago
checker_test.go Chore: Fix goimports grouping (#62426) 2 years ago
errors.go Auth: Add empty role definition (#64694) 2 years ago
evaluator.go Perfomance: add preallocation for some slices (#59263) 3 years ago
evaluator_test.go RBAC: Split up service into several components (#54002) 3 years ago
filter.go Auth: Add SignedIn user interface NamespacedID (#72944) 2 years ago
filter_bench_test.go Chore: Remove Result field from datasources (#63048) 2 years ago
filter_test.go Chore: Remove Result field from datasources (#63048) 2 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 LoadPermissionsMiddleware (#73228) 2 years ago
middleware_test.go AccessControl: Remove acmock.New from accesscontrol service tests (#71942) 2 years ago
models.go Feature Toggles: Create API for updating feature toggle state from the feature toggle admin page (#73022) 2 years ago
models_test.go Slug: Combine various slugify fixes for special character handling (#73164) 2 years ago
resolvers.go RBAC: Allow role registration for plugins (#57387) 3 years ago
resolvers_test.go Chore: Fix goimports grouping (#62426) 2 years ago
roles.go Auth: Add empty role definition (#64694) 2 years ago
roles_test.go AccessControl: Remove package lists for roles and grants (#47141) 3 years ago
scope.go RBAC: Permission check performance improvements for the new search (#60729) 2 years ago
scope_test.go RBAC: Add function to generate wildcards from prefix (#54275) 3 years ago