mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: Require signing of external back-end plugins (#24075)
* PluginManager: Require signing of external plugins Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
1
pkg/plugins/testdata/invalid-signature/plugin/MANIFEST.txt
vendored
Normal file
1
pkg/plugins/testdata/invalid-signature/plugin/MANIFEST.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Invalid manifest
|
||||
14
pkg/plugins/testdata/invalid-signature/plugin/plugin.json
vendored
Normal file
14
pkg/plugins/testdata/invalid-signature/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "datasource",
|
||||
"name": "Test",
|
||||
"id": "test",
|
||||
"backend": true,
|
||||
"state": "alpha",
|
||||
"info": {
|
||||
"description": "Test",
|
||||
"author": {
|
||||
"name": "Grafana Labs",
|
||||
"url": "https://grafana.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
pkg/plugins/testdata/unsigned/plugin/plugin.json
vendored
Normal file
14
pkg/plugins/testdata/unsigned/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "datasource",
|
||||
"name": "Test",
|
||||
"id": "test",
|
||||
"backend": true,
|
||||
"state": "alpha",
|
||||
"info": {
|
||||
"description": "Test",
|
||||
"author": {
|
||||
"name": "Grafana Labs",
|
||||
"url": "https://grafana.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user