Skip to content
New issue

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

Plugin is not signed #1038

Closed
alexanderzobnin opened this issue Sep 2, 2020 · 1 comment · Fixed by #1039
Closed

Plugin is not signed #1038

alexanderzobnin opened this issue Sep 2, 2020 · 1 comment · Fixed by #1039
Milestone

Comments

@alexanderzobnin
Copy link
Collaborator

Unsigned plugins cause a problems with loading (not allowed by default in Grafana) and decline user experience. So plugin should be signed to improve overall experience during upgrades.

@Luckyvb
Copy link

Luckyvb commented Oct 13, 2020

t=2020-10-13T12:34:26+0000 lvl=info msg="App mode production" logger=settings
t=2020-10-13T12:34:26+0000 lvl=info msg="Writing PID file" logger=server path=/var/run/grafana/grafana-server.pid pid=3819
t=2020-10-13T12:34:26+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3
t=2020-10-13T12:34:26+0000 lvl=info msg="Starting DB migrations" logger=migrator
t=2020-10-13T12:34:26+0000 lvl=info msg="Starting plugin search" logger=plugins
t=2020-10-13T12:34:26+0000 lvl=info msg="Registering plugin" logger=plugins name="Direct Input"
t=2020-10-13T12:34:26+0000 lvl=eror msg="Failed to load plugin" logger=plugins error="plugin "alexanderzobnin-zabbix-datasource" is unsigned" pluginPath=/var/lib/grafana/plugins/alexanderzobnin-zabbix-app/datasource-zabbix
t=2020-10-13T12:34:26+0000 lvl=info msg="Registering plugin" logger=plugins name="Zabbix Problems"
t=2020-10-13T12:34:26+0000 lvl=info msg="Registering plugin" logger=plugins name=Zabbix
t=2020-10-13T12:34:26+0000 lvl=warn msg="Some plugins failed to load" logger=plugins errors="[plugin "alexanderzobnin-zabbix-datasource" is unsigned]"
t=2020-10-13T12:34:27+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=http subUrl= socket=


"version": "**4.0.1**",
"updated": "2020-01-02",
"build": {
  "time": 1599059176216,
  "repo": "git@github.com:alexanderzobnin/grafana-zabbix.git",
  "branch": "",
  "hash": "89e885b9452d48d15ba83320f88c584cb023a4bd",
  "number": 2035
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants