Question
CyberArk - API to retrieve passwords from Enterprise Password Vaults
We have a requirement to use CyberArk - API to retrieve passwords from Enterprise Password Vaults (EPV). We are planning to store all passwords which are hard coded in any of config files with EPV. If anyone of you have used this implementation, it will be great if you can let us know how this can be done in pega.
I understood the usual process to encrypt password stored in config file is through keyring-file, If prpc didn't find password in config file, it will look in keyring file. Since we would like to use CyberArk - API, please advise how to instruct pcpc to get the password from CyberArk instead of getting from prConfig.xml file/keyring file.
I can see a client using this in our knowledge base, not much details except to say extending jdbc jar. I guess you need to check with the CyberArk vendor on the API usage. There are some changes needed from Pega to support the integration, which we have included in the latest 7.2.2, hope that is the version you are trying to use.