v3.43.1
We are happy to announce release v3.43.1 of Elimity Insights, released on 25 February 2026.
Summary
This section summarizes the most important changes in release v3.43.1.
Bug fixes & improvements
Minor bug fixes & improvements
This release only includes a few minor bug fixes & improvements:
Elimity Insights now supports authenticating to PostgreSQL using Azure Managed Identity.
We've tweaked our SCIM API to improve compatibility with Entra ID.
CRON scheduling for custom gateway imports now works as expected.
Entity detail pages no longer get stuck for sources with some specific relationship attribute types.
Deployment changes
New DatabaseAzureManagedIdentity configuration option
DatabaseAzureManagedIdentity configuration optionThe v3.43.1 release allows on-premise customers to let Elimity Insights authenticate to PostgreSQL via Azure Managed Identity. More specifically, you can now (optionally) set the DatabaseAzureManagedIdentity flag in secrets.yml. In this case Elimity Insights will retrieve an access token from Azure and use it as a password for authentication with PostgreSQL. Refer to the official documentation for additional information.
Note that you can also use this feature in our migration container by setting the INSIGHTS_DATABASE_MIGRATE_AZURE_MANAGED_IDENTITY environment variable to 1.
Migration information
To migrate from v3.43.0 to v3.43.1, we suggest the following steps:
Make a backup of your existing database.
Make a backup of your existing installation directory.
Upgrade your installation by bumping the container image version.
Start the server and validate that it works as before.
Last updated

