grafana/pkg
Gabriel MABILLE 6b954165c5
RBAC: Cover plugin routes (#80578)
* RBAC: Cover plugin routes

* Action instead of ReqAction

* Fix test initializations

* Fix NewPluginProxy call

* Duplicate test to add RBAC checks

* Cover legacy access control as well

* Fix typo

* action -> reqAction

* Add example

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>

---------

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
2024-01-17 16:32:23 +01:00
..
aggregator Grafana app platform: an aggregator cmd and package (#79948) 2024-01-08 22:33:42 +02:00
api RBAC: Cover plugin routes (#80578) 2024-01-17 16:32:23 +01:00
apis K8s: Move shared apis to a common folder with shared openapi spec (#80484) 2024-01-12 12:05:30 -08:00
build chore: Bump Alpine base image to 3.18.5 (#80540) 2024-01-16 15:24:40 +01:00
bus
cmd Profiling: Import godeltaprof/http/pprof (#80509) 2024-01-16 17:58:35 +07:00
codegen K8s: Move GrafanaMetaAccessor into grafana-apiserver and remove usage of kinds metadata (#79602) 2024-01-12 16:18:14 -05:00
components
cuectx
events
expr
extensions
generated Grafana app platform: an aggregator cmd and package (#79948) 2024-01-08 22:33:42 +02:00
ifaces/gcsifaces
infra RBAC: Change search permissions buckets to cover long searches (#80624) 2024-01-17 09:13:56 +01:00
kinds K8s: Move GrafanaMetaAccessor into grafana-apiserver and remove usage of kinds metadata (#79602) 2024-01-12 16:18:14 -05:00
kindsysreport Chore: Update CODEOWNERS for end of BI (#80522) 2024-01-15 11:53:22 +02:00
login/social Auth: Implement the reload functionality from OAuth social connectors (#79795) 2024-01-12 10:25:51 +02:00
middleware Frontend: Reload the browser when backend configuration/assets change (#79057) 2024-01-04 08:00:07 +01:00
mocks/mock_gcsifaces
models
modules
plugins RBAC: Cover plugin routes (#80578) 2024-01-17 16:32:23 +01:00
registry Add real instances to testdata standalone API server (#80473) 2024-01-17 09:22:51 +01:00
server
services Anon: Fix comment out flaky test in anonimpl (#80728) 2024-01-17 15:19:29 +00:00
setting Auth: configure SSO settings reload interval from the ini file (#80290) 2024-01-12 10:24:16 +02:00
tests Alerting: Update rule API to address folders by UID (#74600) 2024-01-17 11:07:39 +02:00
tsdb sql: use plugin-sdk code for value-to-float64 conversion (#80621) 2024-01-17 13:42:32 +01:00
util Loki: Fix bug duplicating parsed labels across multiple log lines (#80292) 2024-01-11 15:09:13 +01:00
web
README.md
ruleguard.rules.go

README.md

This directory contains the code for the Grafana backend.

The contributor documentation for Grafana's backend is in /contribute/backend/README.md.