Commit b4f4db4
fix: align RepoPermission default matchType to GLOB
The YAML config path already defaulted to GLOB when type is omitted.
The Java model still defaulted to LITERAL, meaning permissions created
via the REST API without an explicit matchType got different behaviour
than permissions loaded from config. Unified to GLOB everywhere.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 618d083 commit b4f4db4
1 file changed
Lines changed: 4 additions & 4 deletions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments