Integration with CyberArk

CyberArk is a cloud service providing password storage and management, enabling security for privileged accounts.

If your applications under test use CyberArk to store passwords, you can add LoadRunner API functions for CyberArk to your Vuser script. The API functions support access to the secure data and the retrieval of a standard password.

You manually insert the API into your script, so that when the script is run, it sends a query to the CyberArk vault for the password. The required arguments include the URL for the web request, and the name of the Safe where the password is stored.

The returned value is saved to a parameter.

The API functions are:

  • C: lr_cyberark_get_vault

  • Java: lr.cyberark_get_vault

  • .NET: lr.cyberark_get_vault

  • JavaScript: lr.cyberarkGetVault

For details, see the Function Reference (select the relevant version).

Back to top

See also: