简体   繁体   中英

Read jboss datasource password from web API

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM