3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/services/accesscontrol
Vardan Torosyan bf83fb80b7
Access control: Combine permissions through predefined roles ()
* 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 () 2021-04-14 16:31:27 +02:00
middleware Access control: Add access control based permissions to admins/users () 2021-04-14 16:31:27 +02:00
ossaccesscontrol Access control: Add access control based permissions to admins/users () 2021-04-14 16:31:27 +02:00
accesscontrol.go Access control: Make Admin/Users UI working with the permissions () 2021-04-22 13:19:41 +03:00
models.go Access control: Make Admin/Users UI working with the permissions () 2021-04-22 13:19:41 +03:00
roles_test.go Access control: Combine permissions through predefined roles () 2021-04-23 15:44:42 +02:00
roles.go Access control: Combine permissions through predefined roles () 2021-04-23 15:44:42 +02:00