NOTE: Trivore ID Documentation has moved to https://trivoreid.com
The content on this site IS OUT OF DATE!
This space has been archived!
Please go ahead to the new site!
TIS 3.24
- 1 Initial release
- 1.1 Notable changes
- 1.2 Bugs fixed
- 1.3 Improvements made
- 1.4 Tasks
- 1.5 Database configuration
Initial release
Released 2021-08-04.
Notable changes
Environment variable JAVA_HOME
has been removed from /etc/sysconfig/oneportal
and added directly to systemd unit file. Usually there is no need to change its value and this modification makes upgrades easier even if sysconfig file has been locally modified. If you have this variable in sysconfig file, recommendation is to remove it. Use trivore-jetty version 4.4 or later to ensure that JAVA_HOME
works as expected.
Bugs fixed
ONEP-2312 User was left signed in after using Change Password pages
ONEP-2309 Customer specific bugfix
ONEP-2307 Update to latest jackson and fix related dependency conflicts
ONEP-2301 Fix customer module dependencies
Improvements made
ONEP-2313 Move JAVA_HOME to systemd service file
ONEP-2311 Parse Basic authorization headers without using regex
ONEP-2306 Update to latest Ignite (2.10.0)
ONEP-2308 Make personal identity code parsing more lenient
ONEP-2304 Remove any javascript usage from ant build.xml
ONEP-2303 Remove maven install target from ant build.xml
ONEP-2302 Use exact version/release numbers for rpm dependency definitions
ONEP-2300 Refactor database credential configuration
ONEP-2298 Support ID-token parameter in changePassword form
ONEP-2297 Add webtheme support for changePassword form
ONEP-2296 Add logos to changePassword form
Tasks
ONEP-2291 Improve docker build
ONEP-2288 Replace maven ant tasks with maven artifact resolver
Database configuration
This version has new database configuration properties. New configuration is backwards compatible and therefore no changes are required. Future versions may drop deprecated properties so it is recommended not to use those anymore.
Property | Description | Default value |
---|---|---|
| Primary MongoDB database URI. Full MongoDB URI recommended. Legacy |
|
| Primary database name. Defaults to |
|
| Auxiliary database name. Deprecated in favour of |
|
| Primary database write concern. |
|
| Primary database read preference. |
|
| MongoDB server selection timeout value in milliseconds. Applies to all databases. |
|
| Pointer to a file which contains cluster-wide cryptographic key material. Must have same value on all server nodes in the cluster. If file does exist, this option is ignored. |
|
| Primary database authentication enabled/disabled. Value is either |
|
| If |
|
| Input material for credential computation when legacy authentication mechanism is used. Must point to a file. |
|
| Input material for credential computation when legacy authentication mechanism is used. Must point to an URL. |
|
| Authentication database (source) when connecting to primary database. Not used when legacy authentication mode is enabled. |
|
| Primary database authentication username. Not used when legacy authentication mode is enabled. |
|
| Primary database authentication password. Not used when legacy authentication mode is enabled. | Undefined |
| Auxiliary MongoDB database URI. | Undefined (defaults to |
| Auxiliary database name. | Undefined (defaults to |
| Auxiliary database write concern. | Undefined (defaults to |
| Auxiliary database read preference. | Undefined (defaults to |
| Auxiliary database authentication enabled/disabled. | Undefined (defaults to |
| If | Undefined (defaults to |
| Authentication database (source) when connecting to auxiliary database. Not used when legacy authentication mode is enabled. | Undefined (defaults to |
| Auxiliary database authentication username. Not used when legacy authentication mode is enabled. | Undefined (defaults to |
| Auxiliary database authentication password. Not used when legacy authentication mode is enabled. | Undefined (defaults to |
| Logging MongoDB database URI. | Undefined (defaults to |
| Logging database name. | Undefined (defaults to |
| Logging database write concern. |
|
| Logging database read preference. |
|
| Logging database authentication enabled/disabled. | Undefined (defaults to |
| If | Undefined (defaults to |
| Authentication database (source) when connecting to logging database. Not used when legacy authentication mode is enabled. | Undefined (defaults to |
| Logging database authentication username. Not used when legacy authentication mode is enabled. | Undefined (defaults to |
| Logging database authentication password. Not used when legacy authentication mode is enabled. | Undefined (defaults to |