You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2020/07/15 10:35:07 UTC

[jira] [Updated] (IGNITE-9990) Control.sh utility should request a password if necessary.

     [ https://issues.apache.org/jira/browse/IGNITE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Kasnacheev updated IGNITE-9990:
------------------------------------
    Component/s: control.sh

> Control.sh utility should request a password if necessary.
> ----------------------------------------------------------
>
>                 Key: IGNITE-9990
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9990
>             Project: Ignite
>          Issue Type: New Feature
>          Components: control.sh
>    Affects Versions: 2.5
>            Reporter: Alexand Polyakov
>            Assignee: Alexand Polyakov
>            Priority: Major
>              Labels: security
>             Fix For: 2.8
>
>
> Since password in line parameters may not be safe (stored in console history in open form).
> Use hidden input
> {code:java}
> Console console = System.console();
> char passwordArray[] = console.readPassword("password: ");
> {code}



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