[
https://issues.apache.org/jira/browse/KARAF-5287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16149076#comment-16149076
]
ASF GitHub Bot commented on KARAF-5287:
---------------------------------------
GitHub user johnpoth opened a pull request:
https://github.com/apache/karaf/pull/340
[KARAF-5287] censor password argument for jaas:user-add command
https://issues.apache.org/jira/browse/KARAF-5287
WIP do not merge! Pending review/release from jline3
[PR](https://github.com/jline/jline3/pull/163)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/johnpoth/karaf KARAF-5287
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/340.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 #340
----
commit df49bffc2df4d1c7e1984a54c268e4870fafb3c2
Author: jpoth <[email protected]>
Date: 2017-08-31T14:35:29Z
[KARAF-5287] censor password argument for jaas:user-add command
----
> 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
> 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)