Allow listed routes internal redirect predicate
extensions.internal_redirect.allow_listed_routes.v3.AllowListedRoutesConfig
[extensions.internal_redirect.allow_listed_routes.v3.AllowListedRoutesConfig proto]
An internal redirect predicate that accepts only explicitly allowed target routes.
This extension may be referenced by the qualified name envoy.internal_redirect_predicates.allow_listed_routes
Note
This extension is intended to be robust against both untrusted downstream and upstream traffic.
Tip
This extension extends and can be used with the following extension category:
{
"allowed_route_names": []
}
allowed_route_names
(repeated string) The list of routes that’s allowed as redirect target by this predicate, identified by the route’s name. Empty route names are not allowed.