Skip to content

Commit

Permalink
rgw/notification: Do not log endpoint as it could contain broker user…
Browse files Browse the repository at this point in the history
…-id & password.

Signed-off-by: kchheda3 <kchheda3@bloomberg.net>
  • Loading branch information
kchheda3 committed Apr 25, 2024
1 parent d5c8530 commit 80e8dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rgw/driver/rados/rgw_notify.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ static inline std::ostream& operator<<(std::ostream& out,
const event_entry_t& e) {
return out << "notification id: '" << e.event.configurationId
<< "', topic: '" << e.arn_topic
<< "', endpoint: '" << e.push_endpoint
<< "', bucket_owner: '" << e.event.bucket_ownerIdentity
<< "', bucket: '" << e.event.bucket_name
<< "', object: '" << e.event.object_key
Expand Down

0 comments on commit 80e8dbc

Please sign in to comment.