/
V 2.6.4 - March 11th, 2025

V 2.6.4 - March 11th, 2025

Helm Chart - v1.0.9

  • updated application version to 2.6.4

  • added new environment variable ROLE_ADMINS

  • Fixed bug while handling groups in the OIDC Token, that are not adhering to the CDCM schema

Single Page Application

Breaking Changes

no breaking changes in this release

Features and Changes

Add possibility to assign transient Role Admin group to users by their email

Users can have a groups assigned by adding their email address to the ROLE_ADMINS environment variable.
This change allows CDCM to run in environments where no CDCM specific groups are assigned via an IAM system.

This update changes application behavior by adding users to the role admins, if and if only their email address is contained in the ROLE_ADMIN environment variable.

Bug Fixes

  • Allow non CDCM specific groups in the OIDC Token.

Related content