ACE-IoT-Solutions / ace-svg-react

Grafana SVG Rendering Panel using the 7+ Plugin Framework
https://grafana.com/grafana/plugins/aceiot-svg-panel/
MIT License
41 stars 14 forks source link

Modified Signiture: Not shown in Grafana #22

Closed ghost closed 2 years ago

ghost commented 3 years ago

I downloaded a .zip of main branch to run on my own machine on 8/03. Grafana complains that the signature has been modified and is refusing to show the plugin.

Screenshot from 2021-08-03 16-34-10

As noted in the Grafana docs...

allow_loading_unsigned_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.

We do not recommend using this option. For more information, refer to Plugin signatures.

I'm 99% sure this wasn't an issue with my installation. I made sure it's in my Grafana plugins folder, yarn install/dev ran without any problems, and the proj ID is listed in my grafana.ini allow_loading_unsigned_plugins

acedrew commented 3 years ago

@colramos-amd Do you have other plugins installed from local source that are working correctly? If you are allowing unsigned from local, I would start with deleting the MANIFEST.txt from the dist folder. I think you might want to file this as an issue in the grafana repository as well, because it sounds like when grafana detects a plugin that has signing information, it attempts to verify it, despite it being in the allow unsigned list.

acedrew commented 2 years ago

@colramos-amd any updates on this? Will close, as no one else seems to be having this issue.