Using CyberArk for Credential Management Service
Use the credential management service, CyberArk Application Access Manager, to achieve the security in storing the passwords, automatically replace the passwords, and so on. The CyberArk credential management service is more secure than the passwords in clear text format stored in the configuration files.
- Set up the CyberArk account to create a password. To know more, visit the https://www.cyberark.com/ website.
- Configure the following environment variables for your application in TIBCO Cloud™ Integration. To set the engine variables, refer the Adding Custom Properties section in the Configuring App Properties topic.
-
APP_CONFIG_PROFILE = Name of the application profile to be used
-
CYBERARK = Set to true to enable CyberArk credential management service

The Set Credential Management icon is displayed next to the password type field.
On the Credential Management window, select the credential management service provider, CyberArk, and enter the Cyberark URL in the
To update the CyberArk URL, the format for the environment variable is as follows <ApplicationModuleName>_<ApplicationProfileName>_<PropertyName>= NEW URL.
If the module property or property name has a slash (/) or dot (.) as a separator in between it should be replaced with the underscore (_) separator. For example, an application cyberark.test.application is having a property in under newGroup/newProperty Groups and the profile is set to default. The environment variable should be cyberark_test_default_newGroup_newProperty=<Updated URL>.