Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Helm Chart - V 1.0.4

  • Added environment variables for

    • JWT_ISSUER_URI

    • 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 wildcard to cover all non-confidential configuration areas can be set via env variable (CONFIGURATION_AREA_WILDCARD). Special characters, single letters or full words are possible.

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:

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

roleClaimAttribute: is the name of the attribute that should be used to read to role strings

displayNameFormat: the format of the display name, the string in the curly braces are the names of the attributes

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.

Bugfixes

SBOM

Unit-Test-Run results

Results Pentest-Scan (DAST)

  • No labels