Verification
Delinea Credentials Cache is used in several JDBC Proxy Driver integrations. Prior to verifying Delinea Credentials Cache, make sure that the following JDBC Proxy Driver integrations are installed and configured:
-
Integrating WebSphere Application Server with Delinea Using the JDBC Proxy Driver
-
Integrating Tomcat Server with Delinea Using the JDBC Proxy Driver
-
Integrating Secret Server with MID Server Credential Resolver
-
Integrating Delinea Platform with ServiceNow MID Server Credential Resolver
Verifying Delinea Credentials Cache in Apache Tomcat
To ensure that your application configured in Apache Tomcat uses Delinea Credentials Cache, you need to check the logs. The procedure below provides an example of verifying that a Student JPA application configured in Apache Tomcat uses Delinea Credentials Cache.
-
Open the Command Prompt window and navigate to the folder containing the
utlity.jarfile. -
Run the SetUpUtility.jar file to set the Delinea JDBC Proxy Driver.
-
Enter the details of Secret Server, the username of the Secret Server application account, and the password of the application account.
-
Enter the path of the application's lib folder.
-
Specify whether to use Delinea Credentials Cache:
-
On your computer, open the Delinea Credentials Cache folder.
-
In the folder, open the
appsetting.jsonfile and setCredCacheExpirationInMinutes(the cache expiration period) to 10. -
On your computer, open the folder where Apache Tomcat is configured.
-
Open the
DelineaDriver.propertiesfile. -
Check that the
useDelineaCache=yparameter is set in theDelineaDriver.propertiesfile. -
Open the application configured in Apache Tomcat.
-
Enter the value for the
bookparameter orstudentparameter. -
Check in the Apache Tomcat logs that the connection is made through Delinea Credentials Cache.
Verifying Delinea Credentials Cache in WebSphere
-
In WebSphere, set up the Student JPA application and provide the example settings shown in the screenshot below in the persistent.xml file.
-
Open the
DelineaDriver.propertiesfile. -
Check that the
useDelineaCache=yparameter is set in theDelineaDriver.propertiesfile. -
Open the Student JPA application configured in WebSphere.
-
Enter the value for the
bookorstudentparameter. -
Check in the WebSphere logs that the connection is made through Delinea Credentials Cache.
Verifying Delinea Credentials Cache with MID Server Integrations
When using a MID Server (such as a ServiceNow MID Server) with Delinea Platform or Secret Server, credentials can be retrieved through the Delinea Credential Cache.
To verify that the Credential Cache is functioning correctly in a MID Server integration:
-
Confirm that the MID Server is configured with a Delinea Credential Resolver (for either Secret Server or Delinea Platform).
-
Confirm that MID Server is configured with Delinea credential cache. Follow this link to see how to enable Delinea Credential Cache.
-
In your integration platform, run a test credential retrieval or connection test.
-
If the connection is successful and no direct credential prompt occurs, the MID Server is retrieving credentials from the configured cache.
-
-
In Secret Server or the Delinea Platform, review the wrapper.log file of the MID Server to confirm that the MID Server host has requested credentials through the cache.
-
If the credential request does not appear in the wrapper.log file logs, review the MID Server configuration to ensure caching is enabled.



