-
Notifications
You must be signed in to change notification settings - Fork 43
Description
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:

The plugin is not working at all:
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