Identity Manager release note 23.04.19
Release date: 2024-07-02
Features
Jira ticket number | Description |
---|---|
CRED-13886 | In the Smart ID IDM docker containers, the base image has been upgraded to Ubuntu 22.04 (jammy). This requires docker to be updated to 20.10.17 or later versions. |
CRED-17538 | Traefik and postgres versions that are delivered with the Smart ID docker package are updated. The Traefik upgrade requires the use of Hermod 3.8.0 or later versions. See Upgrade Smart ID Identity Manager from 23.04.18 to 23.04.19 for more information. |
CRED-17715 | This Smart ID release comes with extended logging for PGP actions. |
CRED-17833 | When verifying the Chained Signature of the Object History, the chains will be checked in the same order on each run. |
CRED-17836 | An index is added to improve performance of the validation of the Chained Signature of the Object History. Index creation can take a long time for larger history tables when running update_db. |
CRED-17842 | When verifying the Chained Signature of the Object History, the chain names will be logged in the same order each time. |
CRED-17862 | The REST service for verifying the object history can now be limited to checking just certain chains via one or more chainName=... query parameters. The full history is checked by default if no chainName parameter is given. Invalid chainName values will result in a 400 BAD REQUEST response. Similarly, the batch_re-sign_history tool can be configured to check the target chain only instead of the full history after successful re-signing (by setting both checkResult=true and checkTargetChainOnly=true in general.properties). |
CRED-17874 | In Identity Manager Operator, in the object history view, the task name is now displayed in addition to the process name. |
CRED-17910 | You can now configure the display of Open Tasks on the Smart ID Self-Service dashboard. For more information, see Configure display of open tasks in Smart ID Self-Service and Set properties for Smart ID Self-Service. |
CRED-17934 | In search configurations when searching over multiple levels, restricting the maximum number of results would in some cases not help to prevent waiting time for the user. With this release, a restriction on the first level has been introduced. |
CRED-17986 | In Identity Manager Operator, columns in tables that contain dates or datetime can now be sorted correctly in search configurations. |
Corrected bugs
Jira ticket number | Description |
---|---|
CRED-17750 | There was an issue where the message indicating that the process ended successfully was not shown when the process ended in asynchronous tasks. This has been fixed. |
CRED-17832 | There was an error in the duration time logging when verifying the Chained Signature of the Object History. This has been fixed. |