Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- When the SSH Job uses a credential store options and the KeePass database is password protected only, the following error occurs:
SOSProviderOptions.java:137) - com.sos.keepass.exceptions.SOSKeePassCredentialException: [<SCHEDULER_DATA>]java.io.FileNotFoundException: <SCHEDULER_DATA> (Access denied)
- The SSH Job tries to use the <SCHEDULER_DATA> directory as the KeePass database key file, although the credential_store_key_filename option is not defined and there is no key file on the disk.
Desired Behaviour
- The SSH job should correctly read and apply the credential store options.
Test Instruclions
- Use the job configuration provided with
JITL-662. - Adjust the configuration to use a KeePass (protected by a password only).
- Retest to verify that the SSH job also works with a KeePass protected by a key file.