0

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?

Chamila Wijayarathna
  • 1,815
  • 5
  • 30
  • 54

1 Answers1

0

You would want to utilize the Application Server Credentials Provider (ASCP) for JBoss that is provided by CyberArk. This will allow you to install the ASCP plugin in JBoss that will redirect your application's calls to the Vault in JBoss to the CyberArk Vault instead. This requires NO CODE CHANGES to your application, as CyberArk will just redirect where the secrets are fetched from in the middleware platform.