Files
grafana/pkg/plugins/manager/testdata/unsigned-datasource/plugin/plugin.json
Will Browne c1ec13035d Plugins: Enforce signing for all plugins (#34364)
* enforce non-backend plugin signing

* fix tests

* add tests

* add signatures

* apply PR feedback

* update upgrading docs
2021-05-19 15:42:50 +02:00

15 lines
231 B
JSON

{
"type": "datasource",
"name": "Test",
"id": "test",
"backend": true,
"state": "alpha",
"info": {
"description": "Test",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
}
}
}