mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## 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