|
SWITCHYARD-1486 represented an integration with AS7's property resolution mechanism, layered underneath SwitchYard's. The biggest thing this meant was that SecurityVault property resolution is now supported.
For more information on AS7's vault, see here:
https://community.jboss.org/wiki/JBossAS7SecuringPasswords
The functionality was tested by hacking up one of our quickstarts, and putting in a dynamic property that gets resolved by the vault:
$
{VAULT::foo::bar::ASDFJKLASDFJAERNAKLEHAD}
-> myFunPassword
The steps to do that, per the documentation, are creating a proper keystore, configuring the standalone.xml to have a vault section referencing it, invoking the vault.sh script to add the password to the vault, and then editing the switchyard.xml to use the new vault password referencing the property. That's quite a few manual steps.
This jira represents a task so those steps can be automated for non-manual testing.
|