redact value for plugin proxy routes

pull/14320/head
Brian Gann 7 years ago
parent 6c46a1c8ea
commit 02365514f9
  1. 2
      pkg/api/pluginproxy/pluginproxy.go

@ -87,7 +87,7 @@ func NewApiPluginProxy(ctx *m.ReqContext, proxyPath string, route *plugins.AppPl
}
for key, value := range headers {
log.Trace("setting key %v value %v", key, value[0])
log.Trace("setting key %v value <redacted>", key)
req.Header.Set(key, value[0])
}
}

Loading…
Cancel
Save