]
Ilia Vassilev reassigned ELY-1054:
----------------------------------
Assignee: Ilia Vassilev (was: Darran Lofthouse)
CS tool, There is possibility add EMPTY alias name and EMPTY secret
value to credential store storage file through wildfly-elytron-tool.
----------------------------------------------------------------------------------------------------------------------------------------
Key: ELY-1054
URL:
https://issues.jboss.org/browse/ELY-1054
Project: WildFly Elytron
Issue Type: Bug
Reporter: Hynek Švábek
Assignee: Ilia Vassilev
There is possibility add EMPTY alias name and EMPTY secret value to credential store
storage file through wildfly-elytron-tool.
I expect consistent behaviour as through CLI where isn't possible to do it.
*How to reproduce*
{code}
java -jar wildfly-elytron-tool.jar credential-store --add=""
--secret="" --location="/tmp/store02.jceks" --uri
"cr-store://store02.jceks?modifiable=true;create=true;keyStoreType=JCEKS" -p
pass123
{code}