gavinchou commented on code in PR #55241:
URL: https://github.com/apache/doris/pull/55241#discussion_r2309542262


##########
cloud/src/meta-service/meta_service_http.cpp:
##########
@@ -773,6 +774,8 @@ void 
MetaServiceImpl::http(::google::protobuf::RpcController* controller,
     LOG(INFO) << "rpc from " << cntl->remote_side()
               << " request: " << cntl->http_request().uri().path();
     std::string http_request = format_http_request(cntl);
+    http_request = encryt_sk(http_request);

Review Comment:
   do not change input request, mask at line 788 where it will be printed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to