mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:22:13 +08:00
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:
12
pkg/plugins/manager/testdata/unsigned-panel/plugin/plugin.json
vendored
Normal file
12
pkg/plugins/manager/testdata/unsigned-panel/plugin/plugin.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "panel",
|
||||
"name": "Test",
|
||||
"id": "test-panel",
|
||||
"info": {
|
||||
"description": "Test panel",
|
||||
"author": {
|
||||
"name": "Grafana Labs",
|
||||
"url": "https://grafana.com"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user