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.

chevron-rightNew functionalityhashtag

None

chevron-rightBug fixes & improvementshashtag
  • Minor bug fixes & improvements

chevron-rightDeployment changeshashtag
  • New DatabaseAzureManagedIdentity configuration option

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

The 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 documentationarrow-up-right 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:

  1. Make a backup of your existing database.

  2. Make a backup of your existing installation directory.

  3. Upgrade your installation by bumping the container image version.

  4. Start the server and validate that it works as before.

Last updated