grafana/pkg/services/ngalert/accesscontrol
Karl Persson 2e38329026
RBAC: Add required component to perform access control checks for user api when running single tenant (#93104)
* Unexport store and create new constructor function

* Add ResourceAuthorizer and LegacyAccessClient

* Configure checks for user store

* List with checks if AccessClient is configured

* Allow system user service account to read all users

---------

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2024-09-23 11:26:44 +02:00
..
fakes Alerting: Update alerting state history API to authorize access using RBAC (#89579) 2024-06-26 10:25:37 -04:00
accesscontrol.go Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
models.go Alerting: Receiver API complete core implementation (#91738) 2024-08-26 10:47:53 -04:00
receivers_test.go Alerting: Receiver resource permissions service (#93552) 2024-09-20 18:31:42 -04:00
receivers.go Alerting: Receiver resource permissions service (#93552) 2024-09-20 18:31:42 -04:00
rules_test.go Alerting: Update alerting state history API to authorize access using RBAC (#89579) 2024-06-26 10:25:37 -04:00
rules.go Alerting: Update alerting state history API to authorize access using RBAC (#89579) 2024-06-26 10:25:37 -04:00
silences_test.go Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
silences.go Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
testing.go RBAC: Add required component to perform access control checks for user api when running single tenant (#93104) 2024-09-23 11:26:44 +02:00