fix(http connector): redact sensitive information from headers
This commit is contained in:
parent
6777f04780
commit
b4198185bc
|
@ -509,7 +509,7 @@ trace_rendered_action_template(InstId, Method, NRequest, Timeout) ->
|
|||
#{
|
||||
path => Path,
|
||||
method => Method,
|
||||
headers => Headers,
|
||||
headers => emqx_utils_redact:redact_headers(Headers),
|
||||
timeout => Timeout
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue