-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
PowerShell elytron-tool.ps1 script doesn't work with arguments.
When I add $args at the end of line in elytron-tool.ps1 script [1]
& $JAVA -jar $JBOSS_HOME'\bin\wildfly-elytron-tool.jar' $JAVA_OPTS $args
it works.
How to reproduce
PowerShell -ExecutionPolicy Bypass -File elytron-tool.ps1 credential-store --add secret_alias --password pass123 --create -x secret_password -l testBasicWildflyElytronTool.jceks
There is shown general help output for all commands in tool.
- clones
-
JBEAP-11429 Wildfly Elytron Tool, PowerShell elytron-tool.ps1 script doesn't work with arguments.
- Closed
- is incorporated by
-
WFCORE-2976 WildFly Elytron Tool, Credential-store command has to have way how to set security provider for custom credential store implementation.
- Resolved