morningman commented on code in PR #34392:
URL: https://github.com/apache/doris/pull/34392#discussion_r1590006257


##########
fe/fe-core/src/main/java/org/apache/doris/backup/Repository.java:
##########
@@ -746,12 +745,6 @@ public String getCreateStatement() {
         stmtBuilder.append("\nPROPERTIES\n(");
         Map<String, String> properties = new HashMap();
         properties.putAll(this.getRemoteFileSystem().getProperties());
-        // WE should not return the acturl secret key to user for safety 
consideration

Review Comment:
   Use `SENSITIVE_KEY` in `PrintableMap`, so no need to add `secretKeys` here



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to