-
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
fixed obsolete links in the docs #3050
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's plan to move contributions
out of versions, xref: #2987
@@ -396,7 +396,7 @@ When considering internal threat actors, we chose to follow the [security model] | |||
|
|||
**Threat**: Reduced API gateway availability due to an attacker\'s maliciously crafted request (e.g., QoD) potentially inducing a Denial of Service (DoS) attack. | |||
|
|||
**Recommendation**: To ensure high availability and to mitigate potential security threats, adhere to the Envoy Gateway documentation for the configuration of a [rate-limiting](https://gateway.envoyproxy.io/v0.6.0/user/rate-limit/) filter and load balancing. | |||
**Recommendation**: To ensure high availability and mitigate potential security threats, follow the guidelines in the Envoy Gateway documentation for configuring [local rate limit](https://gateway.envoyproxy.io/latest/user/traffic/local-rate-limit/) filters, [global rate limit](https://gateway.envoyproxy.io/latest/user/traffic/global-rate-limit/) filters, and load balancing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**Recommendation**: To ensure high availability and mitigate potential security threats, follow the guidelines in the Envoy Gateway documentation for configuring [local rate limit](https://gateway.envoyproxy.io/latest/user/traffic/local-rate-limit/) filters, [global rate limit](https://gateway.envoyproxy.io/latest/user/traffic/global-rate-limit/) filters, and load balancing. | |
**Recommendation**: To ensure high availability and mitigate potential security threats, follow the guidelines in the Envoy Gateway documentation for configuring [local rate limit](../traffic/local-rate-limit/) filters, [global rate limit](../traffic/global-rate-limit/) filters, and load balancing. |
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
0c07bfc
to
997fbd4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3050 +/- ##
==========================================
- Coverage 64.56% 64.55% -0.01%
==========================================
Files 121 121
Lines 21369 21369
==========================================
- Hits 13796 13795 -1
- Misses 6707 6708 +1
Partials 866 866 ☔ View full report in Codecov by Sentry. |
What type of PR is this?
fixed obsolete links in the docs