grafana/pkg/services/accesscontrol
Misi f5c78e0ad9
RBAC: Add ActionSettingsRead action to general.auth.config writer (#84366)
Add ActionSettingsRead action to general.auth.config writer
2024-03-13 14:48:13 +01:00
..
acimpl Chore: Fix log message in access control (#84101) 2024-03-07 23:34:22 +02:00
actest Access control: Extend GetUserPermissions() to query permissions in org (#83392) 2024-03-04 13:29:13 +01:00
api RBAC Search: Replace `userLogin` filter by `namespacedID` filter (#81810) 2024-02-16 11:42:36 +01:00
database Access control: Extend GetUserPermissions() to query permissions in org (#83392) 2024-03-04 13:29:13 +01:00
migrator Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
mock Access control: Extend GetUserPermissions() to query permissions in org (#83392) 2024-03-04 13:29:13 +01:00
ossaccesscontrol RBAC: Annotation permission migration (#78899) 2024-01-26 17:17:29 +00:00
pluginutils RBAC: Reject plugin registrations without a name (#81719) 2024-02-02 11:12:00 +01:00
resourcepermissions Teams: Fix missing context in team service (#83327) 2024-02-27 11:10:54 +01:00
ssoutils Auth: Improve /admin/authentication permission checks and include new SSO pages (#81183) 2024-01-25 11:13:24 +01:00
accesscontrol.go Access control: Extend GetUserPermissions() to query permissions in org (#83392) 2024-03-04 13:29:13 +01:00
accesscontrol_test.go AuthN: Remove embedded oauth server (#83146) 2024-02-26 11:29:09 +01:00
authorize_in_org_test.go RBAC: Fix authorize in org (#81552) 2024-02-01 12:37:01 +01:00
checker.go
checker_test.go
errors.go RBAC: Reject plugin registrations without a name (#81719) 2024-02-02 11:12:00 +01:00
evaluator.go
evaluator_test.go
filter.go
filter_bench_test.go
filter_test.go Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
metadata.go
metadata_bench_test.go
metadata_test.go
middleware.go Misc: Remove unused params and impossible logic (#83756) 2024-03-01 12:08:00 +01:00
middleware_test.go
models.go AuthN: Remove embedded oauth server (#83146) 2024-02-26 11:29:09 +01:00
models_test.go ExtSvcAuth: Assign roles locally (#78669) 2023-11-29 12:12:30 +01:00
resolvers.go
resolvers_test.go
roles.go RBAC: Add ActionSettingsRead action to general.auth.config writer (#84366) 2024-03-13 14:48:13 +01:00
roles_test.go
scope.go
scope_test.go