zentol commented on a change in pull request #13995:
URL: https://github.com/apache/flink/pull/13995#discussion_r532551457



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/GlobalConfiguration.java
##########
@@ -44,7 +44,8 @@
        public static final String FLINK_CONF_FILENAME = "flink-conf.yaml";
 
        // the keys whose values should be hidden
-       private static final String[] SENSITIVE_KEYS = new String[] 
{"password", "secret", "fs.azure.account.key"};
+       private static final String[] SENSITIVE_KEYS = new String[] 
{"password", "secret",
+               "fs.azure.account.key", "metrics.reporter.dghttp.apikey"};

Review comment:
       This is too specific. The `dhtp` infix is arbitrary; users are free to 
use any value here.
   `apikey` on it's own should be sufficient.




----------------------------------------------------------------
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.

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


Reply via email to