[jboss-jira] [JBoss JIRA] (WFCORE-2480) CS tool, provide way to create empty credential store

Yeray Borges (JIRA) issues at jboss.org
Wed Apr 26 09:15:00 EDT 2017


     [ https://issues.jboss.org/browse/WFCORE-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yeray Borges reassigned WFCORE-2480:
------------------------------------

    Assignee: Yeray Borges  (was: Darran Lofthouse)


> CS tool, provide way to create empty credential store
> -----------------------------------------------------
>
>                 Key: WFCORE-2480
>                 URL: https://issues.jboss.org/browse/WFCORE-2480
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Security
>            Reporter: Martin Choma
>            Assignee: Yeray Borges
>              Labels: credential-store, wildfly-elytron-tool
>
> There is no way to create empty credential store. Curently credential store can be created only with adding alias as well.
> {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
> {code}
> I would expect something like 
> {code}
> java -jar wildfly-elytron-tool.jar credential-store --create --location="test.store" --uri "cr-store://test?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list