Skip to content

Commit

Permalink
Merge pull request #12681 from kjellwinblad/kjell/rocketmq_conn/remov…
Browse files Browse the repository at this point in the history
…e_secret_from_logs/EMQX-11987

fix: redact secrets from RocketMQ debug log
  • Loading branch information
kjellwinblad committed Mar 13, 2024
2 parents d723a5e + f502ba8 commit 9d99992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -244,7 +244,7 @@ do_query(
?TRACE(
"QUERY",
"rocketmq_connector_received",
#{connector => InstanceId, query => Query, state => State}
#{connector => InstanceId, query => Query, state => redact(State)}
),
ChannelId = get_channel_id(Query),
#{
Expand Down
1 change: 1 addition & 0 deletions changes/ee/fix-12681.en.md
@@ -0,0 +1 @@
When sending messages to a RocketMQ bridge/action while debug level logging was activated, secrets could be emitted in debug level log messages. This has now been fixed.

0 comments on commit 9d99992

Please sign in to comment.