Storj-Exporter-dashboard icon indicating copy to clipboard operation
Storj-Exporter-dashboard copied to clipboard

Unsigned plugin

Open Dunc4n1dah0 opened this issue 2 years ago • 1 comments

In docker logs: logger=plugin.loader t=2023-02-10T20:45:48.640094397Z level=warn msg="Skipping loading plugin due to problem with signature" pluginID=yesoreyeram-boomtable-panel status=unsigned

Solution: in .env add: GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=yesoreyeram-boomtable-panel

in docker-compose.yml at the end:

    environment:                                                                                                                                                                                                                                                                                        
      - GF_SECURITY_ADMIN_PASSWORD                                                                                                                                                                                                                                                                      
      - GF_USERS_ALLOW_SIGN_UP                                                                                                                                                                                                                                                                          
      - GF_INSTALL_PLUGINS                                                                                                                                                                                                                                                                              
      - GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS 

Dunc4n1dah0 avatar Feb 10 '23 21:02 Dunc4n1dah0

the plugin appears to be signed but I still had to add the following env var to my grafana deployment:

- name: GF_INSTALL_PLUGINS
  value: "yesoreyeram-boomtable-panel"

mazay avatar Feb 18 '23 13:02 mazay