intersystems / intersystems/ipm
Support simplified comma-separated list in Match Roles
Open
enhancement
- Dominant language
- ObjectScript
- Stars
- 41
- Forks
- 29
- Avg merge
- 23h 54m
- Merged PRs (30d)
- 4
Description
Currently we can put roles a comma separated list but with ":" before every role:
MatchRoles=":lovable,:{$dbrole}"
Why this ":"?
Let's also support the simpler option without ":" like:
MatchRoles="lovable,{$dbrole}"
Contributor guide
Assessment
This issue has not been assessed yet.