Support rewriting status codes in error page middleware
This commit is contained in:
parent
f0849e8ee6
commit
fa76ed57d3
18 changed files with 195 additions and 8 deletions
|
@ -9,6 +9,8 @@ spec:
|
|||
status:
|
||||
- "404"
|
||||
- "500"
|
||||
statusRewrites:
|
||||
404: 200
|
||||
query: query
|
||||
service:
|
||||
name: whoami
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue