[jboss-jira] [JBoss JIRA] (WFCORE-2464) CS tool, Add possibility to produce masked password
Darran Lofthouse (JIRA)
issues at jboss.org
Fri Jul 7 06:46:02 EDT 2017
[ https://issues.jboss.org/browse/WFCORE-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse resolved WFCORE-2464.
--------------------------------------
Fix Version/s: 3.0.0.Beta29
Resolution: Done
> CS tool, Add possibility to produce masked password
> ---------------------------------------------------
>
> Key: WFCORE-2464
> URL: https://issues.jboss.org/browse/WFCORE-2464
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Reporter: Martin Choma
> Assignee: Darran Lofthouse
> Labels: credential-store, user_experience
> Fix For: 3.0.0.Beta29
>
>
> This JIRA is requesting for specialized feature (option) of getting masked string.
> Now you can get value of masked password, but as a side effect of adding alias into credential store and parameter --summary have to be used.
> {code}
> java -jar wildfly-elytron-tool.jar credential-store --add myalias --secret supersecretpassword --location="test.store" --uri "cr-store://test?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword --salt 12345678 --iteration 230 --summary
> Alias "myalias" has been successfully stored
> Credential store command summary:
> --------------------------------------
> /subsystem=elytron/credential-store=test:add(uri="cr-store://test?modifiable=true;create=true;keyStoreType=JCEKS",relative-to=jboss.server.data.dir,credential-reference={clear-text="MASK-uNWeyrmbByBEjgZM1FAPQW==;12345678;230"})
> {code}
> And in output there is masked string {{MASK-uNWeyrmbByBEjgZM1FAPQW==;12345678;230}} hidden.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list