You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the backend returns Server Error (500) we want to change the response page to hide any security sensitive information.
Similarily for Bad Gateway (502), we want to change the error page to something less technical (and different between implementations): a maintenance page.
Same for 503 (Service Unavailable), and maybe others (404 Not Found, ...).
I don't know how to do this. Maybe responseRules that can match on response status and filter with a ResponseBodyModifier.
What would you like to be added:
When the backend returns Server Error (500) we want to change the response page to hide any security sensitive information.
Similarily for Bad Gateway (502), we want to change the error page to something less technical (and different between implementations): a maintenance page.
Same for 503 (Service Unavailable), and maybe others (404 Not Found, ...).
I don't know how to do this. Maybe
responseRules
that can match on response status and filter with aResponseBodyModifier
.envoy is able to do this with custom_response_filter.
Why this is needed:
We want to hide technical details to users.
The text was updated successfully, but these errors were encountered: