Versions Compared

Key

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

Introduction

Hibernate file configuration store stores the Database information.   Database accounts, passwords, and URLs are specified in the hibernate file.

Hibernate file configuration: 

...

  • Database accounts, passwords, and URLs are specified as plain text with the above hibernate configuration files. 
  • Hibernate configuration file also support supports Credential Store. 
    Display feature availability
    StartingFromRelease1.13.3

    Display feature availability
    StartingFromRelease1.12.12

Create a custom hibernate file which accesses the Database accounts, password, and URL from the Credential Store.

...

Save the custom hibernate.cfg.xml file on any location and assign the path of the hibernate file in the job parameter. 

...

  • Hibernate file make use of kdbx KeePass database for accessing Database credential
  • <entry_path> of the kdbx database of KeePass Credential Store
  • file-File path of kdbx keepass keePass database.
  • password- Password for accesing accessing kdbx database where credentials store

...

  • Hibernate file make use of kdbx Key File Authentication for accessing Database credential
  • <entry_path> path where the MySQL database credential stores.
  • file- File is the file path where the kdbx key file stores.

...