]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/s3-notifications: removed logic to dump POST body to prevent printing password... 56493/head
authorigomon <igomon@bloomberg.net>
Thu, 2 May 2024 13:56:55 +0000 (09:56 -0400)
committerigomon <igomon@bloomberg.net>
Thu, 2 May 2024 13:56:55 +0000 (09:56 -0400)
Signed-off-by: Igor Gomon <igomon@bloomberg.net>
src/rgw/rgw_rest_s3.cc

index a9a6c3699d0d2e54c74e1d33a44b99d9f21ed986..9960c73c141cd8ec194b20f759485848509d0852 100644 (file)
@@ -5174,8 +5174,6 @@ void update_attribute_map(const std::string& input, AttributeMap& map) {
 void parse_post_action(const std::string& post_body, req_state* s)
 {
   if (post_body.size() > 0) {
-    ldpp_dout(s, 10) << "Content of POST: " << post_body << dendl;
-
     if (post_body.find("Action") != string::npos) {
       const boost::char_separator<char> sep("&");
       const boost::tokenizer<boost::char_separator<char>> tokens(post_body, sep);