...
- Database accounts, passwords and URLs are specified as plain text with the above hibernate configuration files.
- Hibernate configuration file also support Credential Store. Availability from release
12.12 and 1.13.3Display feature availability StartingFromRelease 1. 13.3 Display feature availability StartingFromRelease 1.12.12
Create a custom hibernate file which access accesses the Database accounts, password and URL from the Credential Store.
...
For detailed information about query parameter Query Parameters.
Syntax:
The Full syntax used in the hibernate file to access the credentials:
- <property name="hibernate.connection.password">cs://<entry_path>@user?file=some/path/database.kdbx</property>
- <property name="hibernate.connection.password">cs://<entry_path>@password?file=some/path/database.kdbx</property>
<property name="hibernate.connection.url">cs://<entry_path>@url?file=some/path/database.kdbx</property>
...
- Hibernate file make use of kdbx Key File Authentication for accessing Database credential
- <entry_path> path where the MySQL database credential stores.
- file-File path where the kdbx key file stores.
Downloads
- Download the attached archive:Windows operating system
- Unzip the archive to the live folder of JobScheduler installation
- Add the database configuration according to your environment in the KDBX database (present in the example folder) for using the kdbx with the key file which accesses the credential to log in to the database.
References
- Links to Change Management System
Jira server SOS JIRA columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId 6dc67751-9d67-34cd-985b-194a8cdc9602 key JITL-587