NovatecConsulting / novatec-service-dependency-graph-panel

A Grafana panel for visualizing a Service Dependency Graph.
Apache License 2.0
191 stars 64 forks source link

[BUG] - Graph is not working with Grafana 8 and custom icons. #93

Open MariusBrill opened 3 years ago

MariusBrill commented 3 years ago

Please provide as much and as detailed information as possible as it will make it easier for us to reproduce and fix the bug!

Describe the bug As soon as one adds custom icons to the panel, the panel is not signed anymore and Grafana prohibits the panel from being used. This is only applies to Grafana version >= 8.0

To Reproduce Install the panel and add an icon.

Expected behavior The panel should remain signed as soon as an icon is added.

Your Setup:

arun11299 commented 2 years ago

@MariusBrill Since I did not really care whether it is signed or not, I did the following to get the panel loaded again:

  1. In the grafana config ini, add the panel to "allow_loading_unsigned_plugins" allow_loading_unsigned_plugins = novatec-sdg-panel
  2. Delete the Manifest file from the plugin directory.
  3. Restart Grafana

It will now just throw a warning about plugin bein unsigned.

SaschaBrechmannVHV commented 2 years ago

Hi @arun11299 , Hi @MariusBrill , this works for me. i could update to Grafana 8.0.2 and see the SDG running. Thx for this solution. Regards, Sascha