[jboss-jira] [JBoss JIRA] (WFCORE-2385) There are two different error messages for adding duplicate record to CS by same command.

Michal Petrov (JIRA) issues at jboss.org
Fri Mar 31 07:33:00 EDT 2017


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

Michal Petrov reassigned WFCORE-2385:
-------------------------------------

    Assignee: Michal Petrov  (was: Peter Skopek)


> There are two different error messages for adding duplicate record to CS by same command.
> -----------------------------------------------------------------------------------------
>
>                 Key: WFCORE-2385
>                 URL: https://issues.jboss.org/browse/WFCORE-2385
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Security
>            Reporter: Hynek Švábek
>            Assignee: Michal Petrov
>
> There are two different error messages for adding duplicate record to CS by same command.
> *How to reproduce*
> {code}
> /subsystem=elytron/credential-store=cs007:add(uri="cr-store://test/customcredCS007.jceks?create.storage=true", credential-reference={clear-text=pass123})
> {code}
> {code}
> /subsystem=elytron/credential-store=cs007/alias=alias001:add(secret-value=secret)
> {code}
> And now we try add there same alias with exactly same name and with name in uppercase
> {code}
> /subsystem=elytron/credential-store=cs007/alias=alias001:add(secret-value=secret)
> {
>     "outcome" => "failed",
>     "failure-description" => "WFLYCTL0212: Duplicate resource [
>     (\"subsystem\" => \"elytron\"),
>     (\"credential-store\" => \"cs007\"),
>     (\"alias\" => \"alias001\")
> ]",
>     "rolled-back" => true
> }
> {code}
> {code}
> /subsystem=elytron/credential-store=cs007/alias=ALIAS001:add(secret-value=secret)
> {
>     "outcome" => "failed",
>     "failure-description" => "WFLYELY00913: Credential alias \"alias001\" of credential type \"org.wildfly.security.credential.PasswordCredential\" already exists in the store",
>     "rolled-back" => true
> }
> {code}
> You can see different error message.



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



More information about the jboss-jira mailing list