grafana/pkg/services/accesscontrol
J Guerreiro cb6e5ae8ce
AccessControl: Add access control actions and scopes to team update and delete
* AccessControl: Add access control actions and scopes to team update and delete

* AccessControl: Add tests for AC guards in update/delete

* AccessControl: add fixed role for team writer

* AccessControl: ensure team related AC is deleted with team

* Update pkg/api/team_test.go
2022-01-27 16:16:44 +01:00
..
database Access Control: Pass db session to hooks (#44428) 2022-01-25 17:12:00 +01:00
middleware AccessControl: Resolve attribute based scopes to id based scopes (#40742) 2022-01-18 17:34:35 +01:00
mock AccessControl: Resolve attribute based scopes to id based scopes (#40742) 2022-01-18 17:34:35 +01:00
ossaccesscontrol FeatureFlags: define features outside settings.Cfg (take 3) (#44443) 2022-01-26 09:44:20 -08:00
resourcepermissions Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in misc files (#43926) 2022-01-25 20:30:08 +01:00
resourceservices AccessControl: Implement teams resource service (#43951) 2022-01-26 14:48:41 +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: Pass db session to hooks (#44428) 2022-01-25 17:12:00 +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: Resolve attribute based scopes to id based scopes (#40742) 2022-01-18 17:34:35 +01:00
filter_bench_test.go Access control: Rewrite access control SQL filter (#44488) 2022-01-27 13:06:08 +01:00
filter_test.go Access control: Rewrite access control SQL filter (#44488) 2022-01-27 13:06:08 +01:00
filter.go Access control: Rewrite access control SQL filter (#44488) 2022-01-27 13:06:08 +01:00
models.go AccessControl: Add access control actions and scopes to team update and delete 2022-01-27 16:16:44 +01:00
roles_test.go Access Control: Rename fixed roles (#41288) 2021-11-17 15:40:39 +01:00
roles.go Access control: allow granting a fixed role dynamically based on the startup settings (#43867) 2022-01-11 11:58:40 +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