Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Helm Chart - V 1.0.4

  • Added environment variables for

    • JWT_ISSUER_URI (has to be set to the issuer URI of jwt tokens that are used by external applications, for example used by genoslc confluence plugin)

    • ROLE_DELIMITER

    • CONFIGURATION_AREA_WILDCARD

    • OAUTH_CLAIM_CONFIGURATION

Single Page Application

(warning) Breaking

...

Changes (warning)

  • no breaking changes in this release

Features

Authorization customization

Delimiters for the role string can be set via env variable (ROLE_DELIMITER). Previously only “.” was possible (which is currently the default delimiter). So something like “spaceKey_areaKey_roleKey” is possible if ROLE_DELIMITER=_ .

...

The attribute from which the role claims should be read can be customized. Similar to the space definition this configuration is done via an json array to allow multiple role claim definitions. Here is how the json array should look like:

(warning) outdated example (warning) see documentation here

Code Block
languagejson
[
    {
        "roleClaimAttribute": "roles",
        "displayNameFormat": "System user ${applicationId}"
    },
    {
        "roleClaimAttribute": "cdcm.groups",
        "displayNameFormat": "${given_name} ${family_name} | ${department}"
    }
]

...

This configuration is also set via env variable: OAUTH_CLAIM_CONFIGURATION

Master Data Tables UI

Creation and editing of Master Data tables and rows is now supported in the UI:

  • Support to add new MasterData Tables and their definition of fields

  • Support to delete single and all rows

  • Support to add rows with values

Codebeamer Integration via REST

...

Codebeamer is now integrated via the codebeamer REST api. This allows for the selection of normal trackers as well as documents in codebeamer document trackers as work products in configuration items.

Bug Fixes

SBOM

View file
nameapplication.cdx.json

Unit-Test-Run results

View file
namefailsafe-reports.zip

Results Pentest-Scan (DAST)

View file
name20240807_Comprehensive_new__https_pentest_dev_cdcm_smartfacts_com_.pdf

...