fix(http connector): redact sensitive information from headers

This commit is contained in:
Kjell Winblad 2024-04-12 15:27:03 +02:00
parent 6777f04780
commit b4198185bc
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
);