[jboss-jira] [JBoss JIRA] (WFLY-8131) Aliases in credential stores should be case insensitive

Josef Cacek (JIRA) issues at jboss.org
Fri Mar 10 04:59:00 EST 2017


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

Josef Cacek updated WFLY-8131:
------------------------------
    Description: 
Working with credential store aliases should be case insensitive.

Current behavior, when aliases are converted to lowercase during add operation is not user-friendly. Subsequent operations should also support automatic conversion to lowercase.

E.g.
{code}
/subsystem=elytron/credential-store=cred-store-default/alias=UPPER:add(secret-value=password)
/subsystem=elytron/credential-store=cred-store-default/alias=UPPER:remove()
{code}

*Current behavior:*
First command succeeds and the second fails as the alias is changed to "upper" (in lowercase). 

*Expected behavior:*
Both commans succeeds.

*Unignore tests*
When this issue is fixed, unignore (and fix if needed) related tests in {{testsuite/elytron/src/test/java/org/wildfly/test/integration/elytron/application/}}. Thanks.
{code}
git grep WFLY-8131
{code}

  was:
Working with credential store aliases should be case insensitive.

Current behavior, when aliases are converted to lowercase during add operation is not user-friendly. Subsequent operations should also support automatic conversion to lowercase.

E.g.
{code}
/subsystem=elytron/credential-store=cred-store-default/alias=UPPER:add(secret-value=password)
/subsystem=elytron/credential-store=cred-store-default/alias=UPPER:remove()
{code}

*Current behavior:*
First command succeeds and the second fails as the alias is changed to "upper" (in lowercase). 

*Expected behavior:*
Both commans succeeds.



> Aliases in credential stores should be case insensitive
> -------------------------------------------------------
>
>                 Key: WFLY-8131
>                 URL: https://issues.jboss.org/browse/WFLY-8131
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>            Reporter: Josef Cacek
>            Assignee: Peter Skopek
>            Priority: Critical
>              Labels: credential-store, user_experience
>
> Working with credential store aliases should be case insensitive.
> Current behavior, when aliases are converted to lowercase during add operation is not user-friendly. Subsequent operations should also support automatic conversion to lowercase.
> E.g.
> {code}
> /subsystem=elytron/credential-store=cred-store-default/alias=UPPER:add(secret-value=password)
> /subsystem=elytron/credential-store=cred-store-default/alias=UPPER:remove()
> {code}
> *Current behavior:*
> First command succeeds and the second fails as the alias is changed to "upper" (in lowercase). 
> *Expected behavior:*
> Both commans succeeds.
> *Unignore tests*
> When this issue is fixed, unignore (and fix if needed) related tests in {{testsuite/elytron/src/test/java/org/wildfly/test/integration/elytron/application/}}. Thanks.
> {code}
> git grep WFLY-8131
> {code}



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


More information about the jboss-jira mailing list