[
https://issues.apache.org/jira/browse/FLINK-17214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-17214:
-------------------------------------
Description:
The docker entrypoint scripts run {{echo "config file: " && grep '^[^\n#]'
"${CONF_FILE}"}} which prints the entire configuration.
This may leak credentials set in the configuration.
was:
The docker entrypoint scripts run {{{color:#172b4d}echo "config file: " && grep
'^[^\n#]' "${CONF_FILE}"}} which prints the entire configuration.
{color}
{color:#172b4d}This may leak credentials set in the configuration.{color}
> Docker entrypoint scripts may print credentials
> -----------------------------------------------
>
> Key: FLINK-17214
> URL: https://issues.apache.org/jira/browse/FLINK-17214
> Project: Flink
> Issue Type: Bug
> Reporter: Chesnay Schepler
> Priority: Major
>
> The docker entrypoint scripts run {{echo "config file: " && grep '^[^\n#]'
> "${CONF_FILE}"}} which prints the entire configuration.
> This may leak credentials set in the configuration.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)