Commit f7a957b
committed
fix(aibrix): add default_decision to aibrix values.yaml for PII fallback
The aibrix profile uses static YAML configuration (not CRDs). The PII policy
checker has a fallback to 'default_decision' when no decision name is provided,
but aibrix didn't define this decision. This caused all PII detection requests
to be allowed (0% accuracy).
Adding default_decision with PII enabled (pii_types_allowed: []) ensures that
the fallback logic works correctly for aibrix, matching the behavior expected
by the E2E PII detection tests.
Related to #648
Signed-off-by: Yossi Ovadia <[email protected]>1 parent 444fbf8 commit f7a957b
1 file changed
+17
-0
lines changedLines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
383 | 400 | | |
384 | 401 | | |
385 | 402 | | |
| |||
0 commit comments