-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
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.
- clones
-
JBEAP-9932 CS tool, There is possibility define same option parameter more times.
- Closed