Commit 02365514 by Brian Gann

redact value for plugin proxy routes

parent 6c46a1c8
...@@ -87,7 +87,7 @@ func NewApiPluginProxy(ctx *m.ReqContext, proxyPath string, route *plugins.AppPl ...@@ -87,7 +87,7 @@ func NewApiPluginProxy(ctx *m.ReqContext, proxyPath string, route *plugins.AppPl
} }
for key, value := range headers { 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]) req.Header.Set(key, value[0])
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment