]
Ilia Vassilev reassigned ELY-1093:
----------------------------------
Assignee: Ilia Vassilev (was: Darran Lofthouse)
CS tool, When we try to find out if alias exists in non-existent
credential store storage file then we get success message.
---------------------------------------------------------------------------------------------------------------------------
Key: ELY-1093
URL:
https://issues.jboss.org/browse/ELY-1093
Project: WildFly Elytron
Issue Type: Bug
Reporter: Hynek Švábek
Assignee: Ilia Vassilev
When we try to find out if alias exists in non-existent credential store storage file
then we get success message.
There is expected error message rather then success with information that Alias does not
exist.
*How to reproduce:*
{code}
java -jar wildfly-elytron-tool.jar credential-store --exists secret_alias --password
pass1234 --uri
"cr-store:///tmp/non-existent-file.jceks?modifiable=true;create=true;keyStoreType=JCEKS"
Alias "secret_alias" does not exist
{code}