Commit ee346e8
committed
fix: allow empty string subject keys in flag evaluation
Removed the validation that rejected empty subject keys, allowing legitimate
use cases where empty strings are valid subject identifiers. This fixes
assignment evaluation for users with empty string subject keys.1 parent 202c80d commit ee346e8
2 files changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | 362 | | |
367 | 363 | | |
368 | 364 | | |
| |||
0 commit comments