mahendrapaipuri / grafana-dashboard-reporter-app

A Grafana plugin app to create PDF reports of dashboards
Apache License 2.0
29 stars 4 forks source link

Problem with download plugin #44

Closed m4t1kmatik closed 4 days ago

m4t1kmatik commented 4 days ago

Hello, I have a problem after downloading plugin and restart Grafana in /var/log/grafana.log I have this message: logger=plugins.signature.validation t=2024-07-01T12:10:13.396552752+03:00 level=warn msg="Skipping loading plugin due to problem with signature" pluginId=mahendrapaipuri-dashboardreporter-app status=unsigned logger=plugins.validation t=2024-07-01T12:10:13.397720071+03:00 level=error msg="Plugin validation failed" pluginId=mahendrapaipuri-dashboardreporter-app error="plugin 'mahendrapaipuri-dashboardreporter-app' has no signature"

My Grafana v.10.2.3

mahendrapaipuri commented 4 days ago

Hello,

Thank you for opening the issue.

As the plugin has not been officially signed by Grafana, you will have to let Grafana allow the plugin. You will need to add following config to Grafana plugins section:

[plugins]
allow_loading_unsigned_plugins = mahendrapaipuri-dashboardreporter-app

Please look into installation docs for more details

m4t1kmatik commented 4 days ago

There is my /etc/grafana/grafana.ini: image

mahendrapaipuri commented 4 days ago

You will have to remove the leading ; in the line. Grafana treats lines starting with ; as comments.

m4t1kmatik commented 4 days ago

Yes, that was the mistake... Thank you very much