Navigation :
stages.proto
Package: filters.gloo.solo.io
Types:
FilterStage
FilterStage allows configuration of where in a filter chain a given HTTP filter is inserted,
relative to one of the pre-defined stages.
"stage": .filters.gloo.solo.io.FilterStage.Stage
"predicate": .filters.gloo.solo.io.FilterStage.Predicate
Stage
List of filter stages which can be selected for a HTTP filter.
Name |
Description |
FaultStage |
|
CorsStage |
|
WafStage |
|
AuthNStage |
|
AuthZStage |
|
RateLimitStage |
|
AcceptedStage |
|
OutAuthStage |
|
RouteStage |
|
Predicate
Desired placement of the HTTP filter relative to the stage. The default is During
.
Name |
Description |
During |
|
Before |
|
After |
|