We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I've been trying to get this plugin up and running and while the build phase went well, I'm hitting the following error during startup:
lvl=eror msg="Plugins: Failed to load plugin json file: /grafana-plugins/grafana-image-renderer/plugin.json, err: Unknown plugin type renderer"
Some more info:
Grafana v5.1.3 (087143285)
Docker on Centos 7
Thanks in advance
The text was updated successfully, but these errors were encountered:
I figured I'm on the wrong version of grafana.
Excuse the false alarm. :)
Sorry, something went wrong.
Prevent local file path rendering (#1)
7029bba
* Prevent local file path rendering * Add support for SHARED_SECRET * Remove no longer needed check * Add URL check for gRPC requests * Always expect the auth token (both HTTP & gRPC) * Rename sharedSecret => authToken * Replace default authToken: '' => '-' * Handle gRPC errors properly
Security: Add support for auth token (#364)
276d9dd
* Prevent local file path rendering (#1) * Prevent local file path rendering * Add support for SHARED_SECRET * Remove no longer needed check * Add URL check for gRPC requests * Always expect the auth token (both HTTP & gRPC) * Rename sharedSecret => authToken * Replace default authToken: '' => '-' * Handle gRPC errors properly * updated version to 3.5.0.1 * Updated version to 3.6.0 * Security: set the default authToken used in docker * Release grafana-image-renderer v3.6.0 (cherry picked from commit d9fc469) Co-authored-by: Leonard Gram <leo@xlson.com>
No branches or pull requests
Hello,
I've been trying to get this plugin up and running and while the build phase went well, I'm hitting the following error during startup:
lvl=eror msg="Plugins: Failed to load plugin json file: /grafana-plugins/grafana-image-renderer/plugin.json, err: Unknown plugin type renderer"
Some more info:
What Grafana version are you using?
Grafana v5.1.3 (087143285)
What OS are you running grafana on?
Docker on Centos 7
Thanks in advance
The text was updated successfully, but these errors were encountered: