Skip VAULT expression on JBoss EAP 6 when jboss-cli.xml resolve-parameter-values is set to true
Issue
- Set vault expression via CLI when
resolve-parameter-valuesinjboss-cli.xmlis set to true - How to skip
resolve-parameter-valueswhen set to true injboss-cli.xml - Vault values does not set properly in JBoss EAP 6 via CLI when
resolve-parameter-valuesis set to true
[standalone@localhost:9990 /] /subsystem=datasources/data-source=Test:write-attribute(name=password,value="${VAULT::TestDS::password::1}")
{"outcome" => "success"}
[standalone@localhost:9990 /] /subsystem=datasources/data-source=Test:read-attribute(name=password)
{
"outcome" => "success",
"result" => ":TestDS::password::1"
}
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
