-
Bug
-
Resolution: Done
-
Blocker
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-955e48598ef9f41cbfef3231e19871dbR128
- blocks
-
WFCORE-4150 Support automatically adding / updating credentials in the CredentialStore
- Closed