Skip to content

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

@unintended

Description

@unintended

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions