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

Unsigned plugin #31

Open
Dunc4n1dah0 opened this issue Feb 10, 2023 · 1 comment
Open

Unsigned plugin #31

Dunc4n1dah0 opened this issue Feb 10, 2023 · 1 comment

Comments

@Dunc4n1dah0
Copy link

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

mazay commented Feb 18, 2023

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants