Commit fbfc60e
committed
fix: prevent user ingresses from shadowing API hostname
Add validation to reject ingress creation when the hostname matches the
configured API_HOSTNAME. This prevents users from hijacking API traffic
by creating an ingress with the same hostname.1 parent 9d9554c commit fbfc60e
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
326 | 332 | | |
327 | 333 | | |
328 | 334 | | |
| |||
0 commit comments