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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)