[
https://issues.jboss.org/browse/WFCORE-1807?page=com.atlassian.jira.plugi...
]
Chao Wang moved JBEAP-6057 to WFCORE-1807:
------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1807 (was: JBEAP-6057)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: CLI
(was: CLI)
Affects Version/s: 3.0.0.Alpha8
(was: 7.0.1.GA)
CLI config (jboss-cli.xml) is trimming vault-options when it should
pass them on as is
--------------------------------------------------------------------------------------
Key: WFCORE-1807
URL:
https://issues.jboss.org/browse/WFCORE-1807
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha8
Reporter: Chao Wang
Assignee: Chao Wang
Vault option is calling trim which is causing issues with custom vault implementation.
The implementation of the vault config parser in the normal EAP config (i.e. in
standalone.xml) does not do this.
To provide more details why this is an issue, the custom impl is prepending a string to
an executable command. By trimming the command is being mangled:
<vault code="com.example.CommandVault"
module="com.example">
<vault-option name="prependToValue"
value="perform_encryption.sh -value "/>
<vault-option name="allowEmptyPassword"
value="false"/>
</vault>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)