mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 08:32:37 +08:00
Plugins: Unsigned chromium file should not invalidate signature for Renderer plugin (#59104)
* Plugins: Unsigned chromium file should not invalidate signature for Renderer plugin * fix test * re-work solution
This commit is contained in:
28
pkg/plugins/manager/testdata/renderer-added-file/plugin/MANIFEST.txt
vendored
Normal file
28
pkg/plugins/manager/testdata/renderer-added-file/plugin/MANIFEST.txt
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA512
|
||||
|
||||
{
|
||||
"manifestVersion": "2.0.0",
|
||||
"signatureType": "grafana",
|
||||
"signedByOrg": "grafana",
|
||||
"signedByOrgName": "Grafana Labs",
|
||||
"plugin": "test-renderer",
|
||||
"version": "1.0.0",
|
||||
"time": 1669116992691,
|
||||
"keyId": "7e4d0c6a708866e7",
|
||||
"files": {
|
||||
"plugin.json": "2f8fc554d0a080b9719ba43c0a8df366a88500eb129dfd4aedd9e3d147178273"
|
||||
}
|
||||
}
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: OpenPGP.js v4.10.10
|
||||
Comment: https://openpgpjs.org
|
||||
|
||||
wrgEARMKAAYFAmN8tEAAIQkQfk0ManCIZucWIQTzOyW2kQdOhGNlcPN+TQxq
|
||||
cIhm576UAgiedgIhpOgTi/ypYgg8AtGQqKAwnDuDRDrYOc6LUDuskbSsR+J7
|
||||
f2QjcPGpPk3alaqiTYMxixkTgmD01hltaTJ0AwIJAS9XkKHKxC9/ZhSHYemw
|
||||
7wUeKs6AEvKR6amYZ+TF2pVyiJ9cEnl9J55MmDikqKFrIqC9J0V9r9wFkPAF
|
||||
kOKVOY+y
|
||||
=gqF+
|
||||
-----END PGP SIGNATURE-----
|
1
pkg/plugins/manager/testdata/renderer-added-file/plugin/chrome-win/debug.log
vendored
Normal file
1
pkg/plugins/manager/testdata/renderer-added-file/plugin/chrome-win/debug.log
vendored
Normal file
@ -0,0 +1 @@
|
||||
TEST LOG LINE
|
11
pkg/plugins/manager/testdata/renderer-added-file/plugin/plugin.json
vendored
Normal file
11
pkg/plugins/manager/testdata/renderer-added-file/plugin/plugin.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "renderer",
|
||||
"name": "Test",
|
||||
"id": "test-renderer",
|
||||
"backend": true,
|
||||
"executable": "test",
|
||||
"info": {
|
||||
"version": "1.0.0",
|
||||
"description": "Test"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user