remones commented on code in PR #8739: URL: https://github.com/apache/seatunnel/pull/8739#discussion_r1959152081
########## seatunnel-core/seatunnel-core-starter/src/main/java/org/apache/seatunnel/core/starter/utils/ConfigShadeUtils.java: ########## @@ -185,6 +198,18 @@ private static Config processConfig( return ConfigFactory.parseMap(configMap); } + public static List<String> getSensitiveOptions(Config config) { Review Comment: ok, I'll revise it, and do you have any other suggestions or comments? -- 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...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org