alexandrainst / alexandra-trackmap-panel

Grafana map plugin to visualise coordinates as markers, hexbin, ant path, or heatmap.
MIT License
78 stars 26 forks source link

Grafana v8.3.4 plugin disabled #85

Closed rudibroekhuizen closed 2 years ago

rudibroekhuizen commented 2 years ago

In Grafana v8.3.4 this plugin is disabled because of missing signature. It can't be enabled.

Plugin disabled

Grafana Labs checks each plugin to verify that it has a valid digital signature. While doing this, we discovered that there is no signature for this plugin. We can not guarantee the trustworthy of this plugin and have therefore disabled it. We recommend you to reinstall the plugin to make sure you are running a verified version of this plugin.

yuta-imai commented 2 years ago

You can skip signature validation by updating grafana.ini as

[plugins]
# Enter a comma-separated list of plugin identifiers to identify plugins to load even if they are unsigned. Plugins with modified signatures are never loaded.
allow_loading_unsigned_plugins = alexandra-trackmap-panel
rudibroekhuizen commented 2 years ago

Thanks. When used with docker use this environment variable:

GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=alexandra-trackmap-panel