Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

after installing 2.0.0 "plugin not found, no installed plugin with that id" #255

Closed
tomer-harpaz opened this issue Jul 8, 2020 · 4 comments
Assignees
Milestone

Comments

@tomer-harpaz
Copy link

Bug Report

I've installed version 2.0.0
I'm running grafana in GKE and I've add the following command to my docker file
"RUN grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/archive/2.0.0.zip plugins install doitintl-bigquery-datasource"
I can see it in the data source and when I try to add it I get an error
"plugin not found, no installed plugin with that id"

I also tried
"RUN grafana-cli plugins install doitintl-bigquery-datasource"
and I got a working bigquery but the earlier 1.08 version

Expected Behavior

have a working bigquery plugin

Actual Behavior

cannot add the the plugin, getting an error:
"Plugin not found, no installed plugin with that id"

Steps to Reproduce the Problem

1.Added to the docker build "RUN grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/archive/2.0.0.zip plugins install doitintl-bigquery-datasource"
2. build push updated the deployment yaml
3. try to add the datasource

Specifications

  • Version:2.0.0
  • Platform: GKE
  • Grafana Version: Grafana v7.0.3
@Tamirk Tamirk added this to the 2.0.1 milestone Jul 9, 2020
@tomashman8
Copy link

I am also seeing that same issue and in the logs it complains:

t=2020-07-15T13:01:19+0000 lvl=eror msg="Failed to load plugin" logger=plugins error="plugin "doitintl-bigquery-datasource" is unsigned" pluginPath=/var/lib/grafana/plugins/doit-bigquery-datasource/dist

@LiorRacer
Copy link
Contributor

Hi all,

Due to Grafana docs and this thread

There is no way yet to sign plugins, the solution for now is to allow unsigned plugin.
Add to Grafana.ini file under [plugin] the plugin id like so:

allow_loading_unsigned_plugins = "doitintl-bigquery-datasource"

image

@tomashman8
Copy link

Thanks for your time, this fixed the problem for me.

@Tamirk Tamirk closed this as completed Jul 22, 2020
@tomer-harpaz
Copy link
Author

Thanks, worked for me as well.

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

No branches or pull requests

4 participants