Files
temporal/docker
Adam Horacek 943d5b3d8e Support for regex pattern in DefaultJWTClaimMapper permission parser (#7574)
## What changed?
Added support for parsing permissions from JWT claim using regular
expression

## Why?
Default JWT Claim Mapper expects permission in form `namespace:role`. If
it's not possible to configure JWT issuer to follow `namespace:role`
permissionsPattern can be set to regular expression with named groups to
parse permission. More details in issue gh-7560

## How did you test it?
- Unit tests
- Local tests
- Self hosted environment (ongoing)

## Potential risks
This change is only activated if new configuration is provided

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->
WIP

## Is hotfix candidate?
No
2025-07-07 09:33:07 -07:00
..