Image Renderer: Add support for SSL in plugin mode (#98009)
This commit is contained in:
@@ -2352,6 +2352,8 @@ URL to a remote HTTP image renderer service, for example, `http://localhost:8081
|
||||
|
||||
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, for example, 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/.
|
||||
|
||||
#### `concurrent_render_request_limit`
|
||||
|
||||
Concurrent render request limit affects when the /render HTTP endpoint is used. Rendering many images at the same time can overload the server,
|
||||
|
||||
Reference in New Issue
Block a user