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



##########
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", "apikey"};

Review comment:
       ```suggestion
        private static final String[] SENSITIVE_KEYS = new String[] 
{"password", "secret", "fs.azure.account.key", "apikey"};
   ```




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