[ https://issues.apache.org/jira/browse/FLINK-29650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633221#comment-17633221 ]
luyuan commented on FLINK-29650: -------------------------------- I am sorry to miss this message. This is the error message in flink-conf.yaml, and the password will be printed when flink load this file. !image-2022-11-13-14-53-01-121.png! > Printing the contents of error lines when parsing yaml file may leak > sensitive configuration values > --------------------------------------------------------------------------------------------------- > > Key: FLINK-29650 > URL: https://issues.apache.org/jira/browse/FLINK-29650 > Project: Flink > Issue Type: Bug > Components: API / Core > Affects Versions: 1.16.0 > Reporter: luyuan > Priority: Critical > Labels: pull-request-available > Attachments: image-2022-11-13-14-52-31-770.png, > image-2022-11-13-14-53-01-121.png > > > This following is error configuration item. Password is '123456' and is > displayed. > {code:java} > password:123456 > #or > password 123456{code} > Could we just print file name and row number when parsing fails. > -- This message was sent by Atlassian Jira (v8.20.10#820010)