Skip VAULT expression on JBoss EAP 6 when jboss-cli.xml resolve-parameter-values is set to true

Solution Verified - Updated -

Issue

  • Set vault expression via CLI when resolve-parameter-values in jboss-cli.xml is set to true
  • How to skip resolve-parameter-values when set to true in jboss-cli.xml
  • Vault values does not set properly in JBoss EAP 6 via CLI when resolve-parameter-values is 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.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.