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

Grafana 7.x is not installing unsigned community plugins #104

Open
unintended opened this issue Nov 25, 2020 · 3 comments
Open

Grafana 7.x is not installing unsigned community plugins #104

unintended opened this issue Nov 25, 2020 · 3 comments

Comments

@unintended
Copy link

After upgrade to a newer version Clickhouse plugin is no longer available (https://grafana.com/grafana/plugins/vertamedia-clickhouse-datasource?src=grafana_plugin_list)

New env variable introduced to allow loading of unsigned plugins (see https://grafana.com/grafana/plugins/vertamedia-clickhouse-datasource?src=grafana_plugin_list):
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=vertamedia-clickhouse-datasource
but GF_INSTALL_PLUGINS is still used.

What happened?
Clickhouse plugin is not installed

Did you expect to see some different?
Clickhouse plugin to be installed

How to reproduce it (as minimally and precisely as possible):
Add this to the config and generate a deployment:

grafana+:: {
      plugins: ['vertamedia-clickhouse-datasource']
}

Originally from prometheus-operator/kube-prometheus#807

@brancz
Copy link
Owner

brancz commented Nov 26, 2020

I think people should do this consciously, so I would suggest adding a new variable to specifically allow unsigned plugins. What do you think?

@unintended
Copy link
Author

I suppose it's ok to add a separate variable for this

@brancz
Copy link
Owner

brancz commented Nov 26, 2020

Do you want to contribute this? :)

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