[jboss-jira] [JBoss JIRA] (WFLY-8177) CS tool, 2 places to specify credential store location

Martin Choma (JIRA) issues at jboss.org
Tue Feb 21 09:03:00 EST 2017


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

Martin Choma updated WFLY-8177:
-------------------------------
    Description: 
Currently there are 2 places, where location can be specified:
- URI parameter
- location parameter

{code}
java -jar wildfly-elytron-tool.jar credential-store --add myalias --secret supersecretpassword --location="test.store" --uri "cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword --summary --salt 12345678 --iteration 230
{code}

Choose one. In case SPI dictates that, revise SPI.

Setting to high priotity, as possible it is problem of SPI.

  was:
Currently there are 2 places, where location can be specified:
- URI parameter
- location parameter

Choose one. In case SPI dictates that, revise SPI.

Setting to high priotity, as possible it is problem of SPI.



> CS tool, 2 places to specify credential store location
> ------------------------------------------------------
>
>                 Key: WFLY-8177
>                 URL: https://issues.jboss.org/browse/WFLY-8177
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>            Reporter: Martin Choma
>            Assignee: Darran Lofthouse
>            Priority: Critical
>
> Currently there are 2 places, where location can be specified:
> - URI parameter
> - location parameter
> {code}
> java -jar wildfly-elytron-tool.jar credential-store --add myalias --secret supersecretpassword --location="test.store" --uri "cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword --summary --salt 12345678 --iteration 230
> {code}
> Choose one. In case SPI dictates that, revise SPI.
> Setting to high priotity, as possible it is problem of SPI.



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


More information about the jboss-jira mailing list