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
Ezequiel Victorero 310b234fbc
Reporting: Update filter and docs to get reports by dashboard (#104560)
2 weeks ago
..
acimpl RBAC: Remove action set feature toggle (#101959) 2 months ago
actest Zanzana: generic resource only (#96019) 6 months ago
api RBAC: Remove accessControlOnCall feature toggle (#101222) 3 months ago
database Team: Add columns external_uid and is_provisioned to the team table (#103285) 2 months ago
dualwrite Zanzana: Fix reconciliation for roles (#103889) 1 month ago
migrator Zanzana: periodic sync of team members (#94752) 7 months ago
mock Authz: Account for fixed roles when running oss and using authz service (#99244) 4 months ago
ossaccesscontrol Team: Add validation for provisioned teams in setUserPermission endpoint (#103623) 1 month ago
permreg SecretsManager: Add roles and access control to APIs (#102456) 2 months ago
pluginutils CI: Bump golangci-lint to 2.0.2 (#103572) 1 month ago
resourcepermissions Chore: Fix lint error in accesscontrol API endpoints (#103792) 1 month ago
ssoutils Auth: Improve /admin/authentication permission checks and include new SSO pages (#81183) 1 year ago
accesscontrol.go CI: Bump golangci-lint to 2.0.2 (#103572) 1 month ago
accesscontrol_test.go Add auth spans and remove deduplication code for scopes (#89804) 11 months ago
authorize_in_org_test.go Authlib: Use types package rather than claims (#99243) 4 months ago
authorizer.go Authn: Sync authlib and update how we construct authn client interceptor (#101124) 3 months ago
authorizer_test.go Authlib: Use types package rather than claims (#99243) 4 months ago
cacheutils.go CI: Bump golangci-lint to 2.0.2 (#103572) 1 month ago
cacheutils_test.go Authlib: Use types package rather than claims (#99243) 4 months ago
checker.go RBAC: Add required component to perform access control checks for user api when running single tenant (#93104) 8 months ago
checker_test.go Chore: Fix goimports grouping (#62426) 2 years ago
errors.go Actionsets: Add ability for plugins to add actions for core actionsets (i.e. `folders:edit`) (#88776) 10 months ago
evaluator.go Zanzana: Evaluate access with Check request (server-side) (#96213) 6 months ago
evaluator_test.go RBAC: handle partially resolved scopes (#85323) 1 year ago
filter.go Reporting: Update filter and docs to get reports by dashboard (#104560) 2 weeks ago
filter_bench_test.go Chore: Remove Result field from datasources (#63048) 2 years ago
filter_test.go Chore: Update test database initialization (#81673) 1 year ago
metadata.go Instrument tracing across accesscontrol (#91864) 9 months ago
metadata_bench_test.go Chore: Fix error handling in postDashboard, remove UserDisplayDTO, fix live redis client initialization (#87206) 1 year ago
metadata_test.go
middleware.go CI: Bump golangci-lint to 2.0.2 (#103572) 1 month ago
middleware_test.go Zanzana: Remove usage from legacy access control (#98883) 4 months ago
models.go Drilldown: Require `datasources:explore` RBAC action (#101366) 3 months ago
models_test.go ExtSvcAuth: Assign roles locally (#78669) 1 year ago
resolvers.go Instrument tracing across accesscontrol (#91864) 9 months ago
resolvers_test.go CI: Bump golangci-lint to 2.0.2 (#103572) 1 month ago
roles.go Authorization: Add group to role DisplayName to make filtered list more clear (#102950) 1 month ago
roles_test.go
scope.go Zanzana: Evaluate permissions alongside with RBAC engine (#90064) 11 months ago
scope_test.go