[jboss-jira] [JBoss JIRA] (ELY-1091) CS tool, Summary output must reflect chosen option, now there is always CLI command for add new credential store.
Hynek Švábek (JIRA)
issues at jboss.org
Wed Apr 19 03:13:00 EDT 2017
Hynek Švábek created ELY-1091:
---------------------------------
Summary: CS tool, Summary output must reflect chosen option, now there is always CLI command for add new credential store.
Key: ELY-1091
URL: https://issues.jboss.org/browse/ELY-1091
Project: WildFly Elytron
Issue Type: Bug
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
Priority: Critical
Summary output must reflect chosen option. When I run wildfly-elytron-tool with --remove and --summary I always get "add command for CLI"
There is expected command for remove entry from credential store.
Same problem is there for --aliases, --exists
{code}
java -jar wildfly-elytron-tool.jar credential-store --remove secret_alias --password pass123 --uri "cr-store://test1.jceks?modifiable=true;create=true;keyStoreType=JCEKS" -l test1.jceks --summary
Alias "secret_alias" has been successfully removed
Credential store command summary:
--------------------------------------
/subsystem=elytron/credential-store=test:add(uri="cr-store://test1.jceks?modifiable=true;create=true;keyStoreType=JCEKS",relative-to=jboss.server.data.dir,credential-reference={clear-text="pass123"})
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list