You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "John Poth (JIRA)" <ji...@apache.org> on 2017/08/03 09:23:00 UTC

[jira] [Updated] (KARAF-5287) Provide a way to hide passwords in shell

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

John Poth updated KARAF-5287:
-----------------------------
    Description: 
It'd be nice to have a way of hiding passwords when typing commands in the shell. So for example:
{code}
jaas:user-add jpoth mypassword
{code}
would be displayed as 
{code}
jaas:user-add jpoth **********
{code}

> Provide a way to hide passwords in shell
> ----------------------------------------
>
>                 Key: KARAF-5287
>                 URL: https://issues.apache.org/jira/browse/KARAF-5287
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-shell
>         Environment: It'd be nice to have a way of hiding passwords when typing commands in the shell. So for example:
> {code}
> jaas:user-add jpoth mypassword
> {code}
> would be displayed as 
> {code}
> jaas:user-add jpoth **********
> {code}
>            Reporter: John Poth
>
> It'd be nice to have a way of hiding passwords when typing commands in the shell. So for example:
> {code}
> jaas:user-add jpoth mypassword
> {code}
> would be displayed as 
> {code}
> jaas:user-add jpoth **********
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)