grafana/pkg/services/accesscontrol/resourcepermissions
Eric Leijonmarck ddabef9895
RBAC: Add actionsets struct and write path (#86108)
* Add actionsets struct and failing test

* update from review

* review comments

* review comments update

* refactor: create interface

* actionset service

* fix tests

* move from wireoss to wire

* Apply suggestions from code review

remove unnecessary comments

Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>

* nil for the actionsetservice

* Revert "nil for the actionsetservice"

This reverts commit e3d3cc8171.

---------

Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2024-04-19 15:38:14 +01:00
..
api_test.go Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
api.go IAM - Fix error messages for resource permissions endpoints (#85773) 2024-04-17 08:53:28 -05:00
error.go IAM - Fix error messages for resource permissions endpoints (#85773) 2024-04-17 08:53:28 -05:00
hook.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
middleware.go RBAC: Remove legacy ac from authorization middleware (#68898) 2023-05-24 09:49:42 +01:00
models.go Auth: Move access control API to SignedInUser interface (#73144) 2023-08-18 11:42:18 +01:00
options.go DataSourcePermissions: Handle licensing properly for ds permissions (#59694) 2022-12-02 13:19:14 +01:00
service_test.go RBAC: Add actionsets struct and write path (#86108) 2024-04-19 15:38:14 +01:00
service.go RBAC: Add actionsets struct and write path (#86108) 2024-04-19 15:38:14 +01:00
store_bench_test.go Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
store_test.go RBAC: Add actionsets struct and write path (#86108) 2024-04-19 15:38:14 +01:00
store.go RBAC: Add actionsets struct and write path (#86108) 2024-04-19 15:38:14 +01:00