Commit af7dfcd
committed
fix(e2e): add default catch-all decision to dynamic-config CRD
The dynamic-config E2E profile uses Kubernetes CRDs (config_source: kubernetes)
instead of config/testing/config.e2e.yaml, so the default decision added to
the YAML file was being ignored.
Root cause: E2E tests send model="MoM" which triggers auto-routing, but when
no domain matches, no decision is selected, causing PII detection to be
disabled ("No decision specified, PII detection disabled").
This adds a priority=1 catch-all decision to the CRD that ensures PII detection
is always enabled for unmatched requests, blocking all PII types by default.
Signed-off-by: Yossi Ovadia <[email protected]>1 parent c298067 commit af7dfcd
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
0 commit comments