Image Renderer: Add support for SSL in plugin mode (#98009)

This commit is contained in:
Nathan Marrs
2025-02-04 11:44:02 -07:00
committed by GitHub
parent ff926c5ac5
commit 6eac07c3a7
4 changed files with 23 additions and 4 deletions

View File

@@ -1741,6 +1741,7 @@ sas_token_expiration_days =
# URL to a remote HTTP image renderer service, e.g. http://localhost:8081/render, will enable Grafana to render panels and dashboards to PNG-images using HTTP requests to an external service.
server_url =
# If the remote HTTP image renderer service runs on a different server than the Grafana server you may have to configure this to a URL where Grafana is reachable, e.g. http://grafana.domain/.
# The `callback_url` can also be configured to support usage of the image renderer running as a plugin with support for SSL / HTTPS. For example https://localhost:3000/.
callback_url =
# An auth token that will be sent to and verified by the renderer. The renderer will deny any request without an auth token matching the one configured on the renderer side.
renderer_token = -