Skip to content

Commit

Permalink
Cherry pick pr3080 for 1.16 (#3081)
Browse files Browse the repository at this point in the history
Reorder frontend rate limiter (#3080)

Co-authored-by: Yimin Chen <yimin.chen@live.com>
  • Loading branch information
sergeybykov and yiminc committed Jul 10, 2022
1 parent 9da2400 commit 79c1429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/frontend/fx.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ func GrpcServerOptionsProvider(
metrics.NewServerMetricsContextInjectorInterceptor(),
telemetryInterceptor.Intercept,
namespaceValidatorInterceptor.Intercept,
rateLimitInterceptor.Intercept,
namespaceRateLimiterInterceptor.Intercept,
namespaceCountLimiterInterceptor.Intercept,
namespaceRateLimiterInterceptor.Intercept,
rateLimitInterceptor.Intercept,
authorization.NewAuthorizationInterceptor(
claimMapper,
authorizer,
Expand Down

0 comments on commit 79c1429

Please sign in to comment.