Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- The SOS Hibernate Managed Database Job makes use of the hibernate access layer and therefore uses a hibernate configuration file (xml).
- User names and passwords are specified as plain text in hibernate configuration files.
Desired Behavior
- The job should support use of a credential store.
- The syntax for a credential store entry can be used for the following elements (see
JITL-589for details):- hibernate.connection.username
- hibernate.connection.password
- hibernate.connection.url
Test Instructions
- Test configuration:
- use credential store file provided with the
JITL-589issue - unzip the TEST-JITL-587.zip file to the $scheduler_data/config/live directory
- use credential store file provided with the
- Test execution:
- run the 3 jobs contained in the $scheduler_data/config/live/
JITL-587folder- credential store Short syntax
- credential store Full syntax
- without credential store usage
- run the 3 jobs contained in the $scheduler_data/config/live/