Hi all,
i was signed my plugin to be signed in private, but the result is invalid signature, the goal is make my plugin is signed.
this i make to reproduce the problem
make a dir in “E:\Grafana\grafana\data\plugins”
-
query the syntax “npx @grafana/toolkit plugin:create test-panel”
-
query the syntax “cd test-panel”
-
query the syntax “yarn install”
-
query the syntax “npx @grafana/toolkit plugin:dev”
-
query the syntax “npx @grafana/toolkit plugin:test”
-
query the syntax “npx @grafana/toolkit plugin:build”
-
restart grafana service, to show the url (capture1)
, show that the plugin is unsigned -
query the syntax “npx @grafana/toolkit plugin:sign --signatureType private --rootUrls http://localhost:8080/plugins/spc-test-panel/”. capture2
, show that plugin is signed successfully -
restart grafana service
-
Check Again, in capture3
we see the plugin is invalid signature
and we add some screenshot of plugin.json (capture5)
and manifest (capture6) in dist folder.Your help should be great for us. thank`s