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
Breaking
...
Changes
no breaking changes in this release
...
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:
outdated example see documentation here
Code Block | ||
---|---|---|
| ||
[ { "roleClaimAttribute": "roles", "displayNameFormat": "System user ${applicationId}" }, { "roleClaimAttribute": "cdcm.groups", "displayNameFormat": "${given_name} ${family_name} | ${department}" } ] |
...
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
Delta Analysis does not show all differences of configuration items
[V1.3 / Space Selection] - Space Selection is again available prior than SSO is done
...