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

ASF GitHub Bot commented on IGNITE-9990:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/5079


> 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
>            Priority: Major
>              Labels: security
>
> 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)

Reply via email to