My standalone.xml file in jboss server reads datasource passwords from a vault stored in the filesystem.
I am configuring a new password server, where password of the account can be retrieved via a secure web API.
How can I change my jboss setup to get data source passwords from the web API replacing the current vault?