Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MariusBrill opened this issue Jun 29, 2021 · 2 comments
Open

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

MariusBrill opened this issue Jun 29, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@MariusBrill
Copy link
Contributor

MariusBrill commented Jun 29, 2021

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:

  • Grafana-Version: 8.0
@MariusBrill MariusBrill added the bug Something isn't working label Jun 29, 2021
@arun11299
Copy link

@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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants