RedisGrafana / grafana-redis-datasource

Redis Data Source for @Grafana allows connecting to any @Redis database On-Premises and in the Cloud.
https://redisgrafana.github.io
Apache License 2.0
150 stars 39 forks source link

Latest redis plugin (v2.2.0) is unsigned upon downloading #328

Open Cparker96 opened 1 month ago

Cparker96 commented 1 month ago

Describe the bug

Redis plugin gets flagged in grafana as being unsigned

Version

v2.2.0

Steps to reproduce

  1. Pull Grafana image down locally and run
  2. Exec into grafana container
  3. Run grafana cli plugins install redis-app
  4. Visit localhost:<port> and login to grafana
  5. Visit plugins page and check status

Expected behavior

Able to configure redis datasource

Cparker96 commented 1 month ago

Alternatively, if i try and install the plugin from the UI, I get this:

image image