Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The "Password Safe" (CS Credential Store ) offers possibilities to store encrypted connection data and any other data securely and interdependently of application (i.e. JADE). The access to the CS is only possible with Access method such as SSH key or password.
Currently CS is using "KeePass" and "KeePassX" with the db verson version 1.0, thus CS can be used on most popular OS platforms.
The advantage of using CS is , that CS store access credentials ( and also other information/parameters) in standarized standardized , secure and encrypted database i.e. Keepass. JADE access the CS Database using standard interface. CS Database can only be access using Password, encryption-key file(ppk) or combination of both. CS Password is also used to encrypt contents stored in CS Database with AES.
CS can also be used for securely store information/parameters along side password, Database connection URL, runtime decryption key and other access data.
Following information can be retrieved from CS's standard fields
Feature: UserID : The User identifaction identification of the user who is authorized for the operation.
Feature: Password : Assigned password for the user.

...

In "notes" filed of the CS Database extra parameters like DB connection string , Proxy server IP etc. can be defined. These paramters parameters will be processed with the other parameters defined in settings file, JITL parameters, but "IMP" if an paramter parameter with same name is defined in the "notes" section , parameter value in "notes" will have priority.

...

At runtime JADE can export the file defined in the attachment filed of the CS DB to the local file system. for example If attached file is an SSH key and JADE want to use the Key file for Data Exchange operation Usually if JADE want to use an SSH key , stored in the CS as attachement attachment JADE has to export attached file into predefined directory i.e. $HOME/.ssh. To avoide avoid any unwanted overwriting of any existing file into $HOME/.ssh folder, "IMP"" set this parameter as "false".
Data-Type : SOSOptionBoolean
The default value for this parameter is true.
Use together with parameter:

...

At runtime JADE can export the file defined in the attachment filed of the CS DB to the local file system. for example If attached file is an SSH key and JADE want to use the Key file for Data Exchange operation Usally Usually if JADE want to use an SSH key , stored in the CS as attachement attachment JADE has to export attached file into predefined directory i.e. $HOME/.ssh and key file should have specific permissions. It could be possible that "application user" calling the JADE have different set of application, to avoide avoid any file permission issue during run time, "IMP" set the required file permission using these parameters

...

At runtime JADE will export the attached file to local file system , once operation is completed , irrespecive irrespective of operation's status (successfully or unsucessfully unsuccessfully ), by default JADE will delete this file. In special case i.e. for debuging or any other reason if you want that JADE should not delete the file "IMP" set this parameter as FALSE
Data-Type : SOSOptionBoolean
The default value for this parameter is true.
Use together with parameter:

...

If JADE need an file, stored in the CS DB as attachemenrattachment, at runtime JADE can export the file on local filesystemfile-system. By default JADE don't export attached file. "IMP" if JADE need "attachment" file at runtime , set this parameter as TRUE
Data-Type : SOSOptionBoolean
The default value for this parameter is false.
Alias: CS_ExportAttachment

...

To use the file stored in the CS as attachment, during an operation, JADE has to export the attached file on local filesystemfile-system. To define the name of exported file name on local filesystem , use this parameter.

...

If you want to store your access data i.e. user-id , password, SSH key , DB URL in encrypted CS DB, unable this parameter and configure the rest if the CS accordingllyaccordingly. By default JADE will look for the parameters from settings.ini, command line or from JITL job.
Data-Type : SOSOptionBoolean
The default value for this parameter is false.

...