Skip to content

🐛: The plugin is installing in corrupted state in Grafana 12+ #205

@alexsorkin

Description

@alexsorkin

Grafana Version

v12.0.1

Snowflake Datasource Plugin Version

v2.1.0

Operating System

Docker

Bug Description

Besides the "unsigned" message which is not disapearing... no matter what GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS method used:
Image

The plugin is not working at all:

Image

Steps to Reproduce

- name: add-unsigned-plugins image: "bitnamilegacy/grafana" imagePullPolicy: IfNotPresent command: - /bin/sh - -c - | grafana cli --pluginsDir /var/lib/grafana/plugins/ \ --pluginUrl https://github.com/michelin/snowflake-grafana-datasource/releases/latest/download/snowflake-grafana-datasource.zip \ plugins install michelin-snowflake-datasource volumeMounts: - name: grafana-data mountPath: /var/lib/grafana

And when run with:
env: - name: GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS value: "michelin-snowflake-datasource"

Expected Behavior

New datasource works

Relevant Logs or Screenshots

No relevant logs

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions