You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/25 13:52:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16663750#comment-16663750 ] 

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

GitHub user a-polyakov opened a pull request:

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

    IGNITE-9990 Control.sh utility should request a password if necessary.

    Signed-off-by: a-polyakov <po...@gmail.com>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/a-polyakov/ignite IGNITE-9990

Alternatively you can review and apply these changes as the patch at:

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5079
    
----
commit 538d3d2ef924a5ad8f653c3d0c37397eec405da7
Author: a-polyakov <po...@...>
Date:   2018-10-25T13:46:44Z

    IGNITE-9990 Control.sh utility should request a password if necessary.
    
    Signed-off-by: a-polyakov <po...@gmail.com>

----


> 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)