-
Notifications
You must be signed in to change notification settings - Fork 876
Set Rate limiter schema for Routes #1776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also tracked by dotnet/aspnetcore#37387 |
Triage: We need to light up .NET 7.0 feature like this one. |
We'll need to update the runtime/sdk in global.json to consume this. |
@Kahbazi want to try this now? It should be almost a copy of the auth feature. |
@Tratcher Yes I will take this one. |
Ok! I started to implement this and I hit some design issues.
|
It should be in the framework for rc1. You'll need a current runtime/SDK dependency to try that. |
Are contributions still being accepted for this or has it already been implemented? |
@mburumaxwell It's still available, go ahead. |
What should we add or change to make your life better?
The new RateLimiter middleware per endpoint is currently in draft and it is worth being able to set different policy for YARP routes for it when it's merged.
Why is this important to you?
The text was updated successfully, but these errors were encountered: