grafana/pkg/services/accesscontrol
Karl Persson d2b9da9dde
Access control: Support uids for resource permissions (#45226)
* add middleware to solve uid -> id for requests
2022-02-10 17:47:48 +01:00
..
database Access Control: Add function to set several permissions on a resource in one transaction (#44768) 2022-02-07 17:04:32 +01:00
middleware Remove bus from quota, preferences, plugins, user_token (#44762) 2022-02-03 09:20:20 +01:00
mock AccessControl: Resolve attribute based scopes to id based scopes (#40742) 2022-01-18 17:34:35 +01:00
ossaccesscontrol AccessControl: Read team permissions from db (#44727) 2022-02-01 18:35:31 +01:00
resourcepermissions Access control: Support uids for resource permissions (#45226) 2022-02-10 17:47:48 +01:00
resourceservices Access control: FGAC for team sync endpoints (#44673) 2022-02-03 15:27:05 +00:00
accesscontrol_bench_test.go AccessControl: Remove unused error from GetResourcesMetadata (#43710) 2022-01-05 17:24:14 +01:00
accesscontrol_test.go AccessControl: Remove unused error from GetResourcesMetadata (#43710) 2022-01-05 17:24:14 +01:00
accesscontrol.go Access Control: Add function to set several permissions on a resource in one transaction (#44768) 2022-02-07 17:04:32 +01:00
errors.go AccessControl: Resolve attribute based scopes to id based scopes (#40742) 2022-01-18 17:34:35 +01:00
evaluator_test.go AccessControl: Resolve attribute based scopes to id based scopes (#40742) 2022-01-18 17:34:35 +01:00
evaluator.go AccessControl: improve denied message (#44551) 2022-01-28 12:17:24 +01:00
filter_bench_test.go AccessControl: Use an SQLFilter struct (#44887) 2022-02-07 16:18:52 +01:00
filter_test.go AccessControl: Use an SQLFilter struct (#44887) 2022-02-07 16:18:52 +01:00
filter.go AccessControl: Implement SQL filters for team members filtering (#44898) 2022-02-09 17:46:37 +01:00
models.go Access Control: Add function to set several permissions on a resource in one transaction (#44768) 2022-02-07 17:04:32 +01:00
roles_test.go Access Control: Rename fixed roles (#41288) 2021-11-17 15:40:39 +01:00
roles.go Add viewer grant to fixed:datasources:reader if viewers_can_edit is set to true (#44657) 2022-01-31 16:33:41 +01:00
scope_test.go AccessControl: Resolve attribute based scopes to id based scopes (#40742) 2022-01-18 17:34:35 +01:00
scope.go AccessControl: Resolve attribute based scopes to id based scopes (#40742) 2022-01-18 17:34:35 +01:00