Versions Compared

Key

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

Helm Chart

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=_ .

...

This configuration is also set via env variable: OAUTH_CLAIM_CONFIGURATION

Bugfixes