-
Notifications
You must be signed in to change notification settings - Fork 361
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
Remove RateLimitFilter & AuthenticaionFilter #2006
Comments
will |
thats the plan @zirain, we are trying :) |
arkodg
added a commit
to arkodg/gateway
that referenced
this issue
Oct 24, 2023
Relates to envoyproxy#1821 & envoyproxy#2006 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
arkodg
added a commit
to arkodg/gateway
that referenced
this issue
Oct 25, 2023
Relates to envoyproxy#1821 & envoyproxy#2006 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
arkodg
added a commit
that referenced
this issue
Oct 25, 2023
* Add rateLimit to BackendTrafficPolicy Relates to #1821 & #2006 Signed-off-by: Arko Dasgupta <arko@tetrate.io> * tests Signed-off-by: Arko Dasgupta <arko@tetrate.io> * lint Signed-off-by: Arko Dasgupta <arko@tetrate.io> * fix build Signed-off-by: Arko Dasgupta <arko@tetrate.io> --------- Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Closed
arkodg
added a commit
to arkodg/gateway
that referenced
this issue
Oct 26, 2023
Relates to envoyproxy#2006 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
arkodg
added a commit
that referenced
this issue
Oct 27, 2023
* remove RateLimitFilter in favor of BackendTrafficPolicy Relates to #2006 Signed-off-by: Arko Dasgupta <arko@tetrate.io> * fix tests Signed-off-by: Arko Dasgupta <arko@tetrate.io> * fix e2e Signed-off-by: Arko Dasgupta <arko@tetrate.io> * fix docs Signed-off-by: Arko Dasgupta <arko@tetrate.io> * lint Signed-off-by: Arko Dasgupta <arko@tetrate.io> --------- Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Remove these filters and add these features as fields in
BackendTrafficPolicy
&SecurityPolicy
This will be a breaking change that needs to be highlighted in the release notes
The text was updated successfully, but these errors were encountered: