We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I think people should do this consciously, so I would suggest adding a new variable to specifically allow unsigned plugins. What do you think?
Sorry, something went wrong.
I suppose it's ok to add a separate variable for this
Do you want to contribute this? :)
No branches or pull requests
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:
Originally from prometheus-operator/kube-prometheus#807
The text was updated successfully, but these errors were encountered: