mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
redact value for plugin proxy routes
This commit is contained in:
parent
6c46a1c8ea
commit
02365514f9
@ -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…
Reference in New Issue
Block a user