gavinchou commented on code in PR #47723:
URL: https://github.com/apache/doris/pull/47723#discussion_r1952173329
##########
cloud/src/meta-service/meta_service_helper.h:
##########
@@ -52,6 +52,30 @@ inline std::string md5(const std::string& str) {
return ss.str();
}
+inline std::string encryt_sk(std::string debug_string) {
Review Comment:
consider change input param from string to PB, e.g. it accepts
vault.obj_info()
--
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]