Skip to content

Commit 334009f

Browse files
rgw/s3-notifications: removed logic to dump POST body to prevent printing password associated with topics
Signed-off-by: Igor Gomon <[email protected]>
1 parent 1cc1f8a commit 334009f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rgw/rgw_rest_s3.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5174,8 +5174,6 @@ void update_attribute_map(const std::string& input, AttributeMap& map) {
51745174
void parse_post_action(const std::string& post_body, req_state* s)
51755175
{
51765176
if (post_body.size() > 0) {
5177-
ldpp_dout(s, 10) << "Content of POST: " << post_body << dendl;
5178-
51795177
if (post_body.find("Action") != string::npos) {
51805178
const boost::char_separator<char> sep("&");
51815179
const boost::tokenizer<boost::char_separator<char>> tokens(post_body, sep);

0 commit comments

Comments
 (0)