Plugins: Support headers field for check health (#49930)

This commit is contained in:
Marcus Efraimsson
2022-05-31 17:58:06 +02:00
committed by GitHub
parent a91ecc566b
commit a7813275a5
9 changed files with 55 additions and 20 deletions

View File

@ -318,6 +318,7 @@ func (hs *HTTPServer) CheckHealth(c *models.ReqContext) response.Response {
resp, err := hs.pluginClient.CheckHealth(c.Req.Context(), &backend.CheckHealthRequest{
PluginContext: pCtx,
Headers: map[string]string{},
})
if err != nil {
return translatePluginRequestErrorToAPIError(err)