You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2020/04/21 08:03:00 UTC

[jira] [Commented] (FLINK-17214) Docker entrypoint scripts may print credentials

    [ https://issues.apache.org/jira/browse/FLINK-17214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088399#comment-17088399 ] 

Chesnay Schepler commented on FLINK-17214:
------------------------------------------

Fix versions are a temporary crutch; can't find any reference versions right now.

docker-master: e0107b0f85d9b3630db39568729e36408cdc7b78

> 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
>            Assignee: Chesnay Schepler
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: docker-1.9.X, docker-1.10.X, docker-1.11.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The docker entrypoint scripts run
> {code}
> echo "config file: " && grep '^[^\n#]' "${CONF_FILE}"}}
> {code}
> which prints the entire configuration.
> This may leak credentials set in the configuration.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)