Skip to content

Commit

Permalink
Reorder frontend rate limiter (#3080)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminc authored and alexshtin committed Jul 11, 2022
1 parent 0b9f15c commit 13cd5a5
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 13cd5a5

Please sign in to comment.