-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
There is possibility define same option parameter more times. It doesn't matter if some short/long form or combination there is used first occurrence in command.
Command with two option "add" and "secret".
[hsvabek@localhost bin]$ java -jar wildfly-elytron-tool.jar credential-store --add myalias --secret supersecretpassword --location="test.store" --password mycspassword --summary --salt 12345678 --iteration 230 --add alias2 --secret secretValue2 -create Alias "myalias" has been successfully stored Credential store command summary: -------------------------------------- /subsystem=elytron/credential-store=test:add(uri="cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS",relative-to=jboss.server.data.dir,credential-reference={clear-text="MASK-uNWeyrmbByBEjgZM1FAPQW==;12345678;230"})
Same for "mask" command.
- is cloned by
-
ELY-1036 CS tool, There is possibility define same option parameter more times.
- Resolved
- is incorporated by
-
JBEAP-10625 Upgrade Wildfly-Elytron-Tool to 1.0.0.Beta5
- Closed