[
https://issues.redhat.com/browse/WFWIP-295?page=com.atlassian.jira.plugin...
]
Farah Juma edited comment on WFWIP-295 at 1/9/20 9:49 AM:
----------------------------------------------------------
[~tterem] I've updated my PR to include the fix for this issue, i.e., only lower case
characters and digits are now used when randomly generating an alias:
https://github.com/wildfly/wildfly-core/pull/3925/commits/af4cbf0cec367c5...
was (Author: fjuma):
[~tterem] I've updated my PR to include the fix for this issue, i.e., only lower case
characters and digits are now used when randomly generating an alias:
af4cbf0#diff-955e48598ef9f41cbfef3231e19871dbR128
Credential store alias is generated from lower and upper case letter
--------------------------------------------------------------------
Key: WFWIP-295
URL:
https://issues.redhat.com/browse/WFWIP-295
Project: WildFly WIP
Issue Type: Bug
Components: CLI, Security
Reporter: Tomas Terem
Assignee: Farah Juma
Priority: Blocker
Labels: cli, credential-reference, credential-store, management
Credential store alias is generated from both lower and upper case letters which is
unnecessary because aliases are case insensitive by default.
When alias is generated, user is informed about the alias name and it consists of both
lower and upper case characters, however, then when requested list of aliases from the
credential store, it displays aliases in lower case. This could be confusing for users.
Consider to use only lower case letters to be used for generating aliases.
It should be only matter of changing
https://github.com/wildfly/wildfly-core/pull/3925/files#diff-955e48598ef9...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)