grafana/pkg/services/accesscontrol
Vardan Torosyan bf83fb80b7
Access control: Combine permissions through predefined roles (#33275)
* Access control: Combine permissions through predefined roles

When certain permission is required for built-in role, instead of adding those permissions to the existing predefined roles, we need to have granular predefined roles with those permissions.

* Better copy...

* Adding and fixing tests

* Remove duplicated permission
2021-04-23 15:44:42 +02:00
..
evaluator Access control: Add access control based permissions to admins/users (#32409) 2021-04-14 16:31:27 +02:00
middleware Access control: Add access control based permissions to admins/users (#32409) 2021-04-14 16:31:27 +02:00
ossaccesscontrol Access control: Add access control based permissions to admins/users (#32409) 2021-04-14 16:31:27 +02:00
accesscontrol.go Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
models.go Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
roles_test.go Access control: Combine permissions through predefined roles (#33275) 2021-04-23 15:44:42 +02:00
roles.go Access control: Combine permissions through predefined roles (#33275) 2021-04-23 15:44:42 +02:00