Skip to content

Commit

Permalink
remove cors, jwt, rl assignment from route translator (#2105)
Browse files Browse the repository at this point in the history
All the translations and assignments now happen in the policy
translators

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Oct 29, 2023
1 parent 77445de commit d65ab59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/gatewayapi/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,6 @@ func (t *Translator) processHTTPRouteParentRefListener(route RouteContext, route
DirectResponse: routeRoute.DirectResponse,
URLRewrite: routeRoute.URLRewrite,
Mirrors: routeRoute.Mirrors,
RateLimit: routeRoute.RateLimit,
CORS: routeRoute.CORS,
JWT: routeRoute.JWT,
Timeout: routeRoute.Timeout,
ExtensionRefs: routeRoute.ExtensionRefs,
}
Expand Down

0 comments on commit d65ab59

Please sign in to comment.