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

Martin Choma (JIRA) issues at jboss.org
Wed Feb 22 07:13:00 EST 2017


Martin Choma created WFLY-8195:
----------------------------------

             Summary: CS tool, provide way to create empty credential store
                 Key: WFLY-8195
                 URL: https://issues.jboss.org/browse/WFLY-8195
             Project: WildFly
          Issue Type: Bug
          Components: Security
            Reporter: Martin Choma
            Assignee: Darran Lofthouse


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