You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexand Polyakov (JIRA)" <ji...@apache.org> on 2018/10/24 14:45:00 UTC

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

Alexand Polyakov created IGNITE-9990:
----------------------------------------

             Summary: 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
    Affects Versions: 2.5
            Reporter: Alexand Polyakov
            Assignee: Alexand Polyakov


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
(v7.6.3#76005)