Skip to main content

Allow Unsigned Plugins

To allow unsigned plugins, enter a comma-separated list of plugin identifiers to load even if they are unsigned.

Docker

Update environment variable in the Docker container.

GF_ALLOW_LOADING_UNSIGNED_PLUGINS=PLUGIN-ID

Host installation

Update grafana.ini for Host installation.

allow_loading_unsigned_plugins=PLUGIN-ID

Manifest file

Plugins with modified signatures are never loaded.

Delete MANIFEST.txt file if exists and doesn't match your Grafana's URL.

Plugin Management

If you are not familiar with Plugin Management in Grafana, take a look at the Plugin management.