cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

Sign plugin #3

Closed derjust closed 3 years ago

derjust commented 4 years ago

Grafana 7 comes with a signing feature for plugins. There is no process for community plugins yet: https://grafana.com/docs/grafana/latest/developers/plugins/sign-a-plugin/#:~:text=Signing%20a%20plugin%20allows%20Grafana,including%20Enterprise%20plugins%2C%20are%20signed.

1nv1 commented 3 years ago

In 7.3.1 isn't possible configure the plugin imagen

derjust commented 3 years ago

Published public key B7E1 0763 4FB7 DB72 3404  3E9F 96DF 230F DC0E C9C6 Also available via keybase://public/zeeman/public.asc

derjust commented 3 years ago

Successfully signed a release locally. Applied for public API key via email as per https://grafana.com/docs/grafana/latest/developers/plugins/sign-a-plugin/#sign-a-public-plugin

derjust commented 3 years ago

As a temporary workaround, use the setting allow_loading_unsigned_plugins

or the ENV variable

GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=cloudspout-button-panel

to deactivate signature checking for this plugin.

derjust commented 3 years ago

Version 7.0.19 is the first one that is properly signed by cloudspout