Plugins: Enforce signing for all plugins (#34364)

* enforce non-backend plugin signing

* fix tests

* add tests

* add signatures

* apply PR feedback

* update upgrading docs
This commit is contained in:
Will Browne
2021-05-19 15:42:50 +02:00
committed by GitHub
parent b987237c9b
commit c1ec13035d
9 changed files with 183 additions and 21 deletions

View File

@ -0,0 +1,12 @@
{
"type": "panel",
"name": "Test",
"id": "test-panel",
"info": {
"description": "Test panel",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
}
}
}