-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
docs: Rate limiting applies to Consul agents in server mode #6932
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6932 +/- ##
==========================================
+ Coverage 65.23% 65.63% +0.39%
==========================================
Files 458 443 -15
Lines 55102 53292 -1810
==========================================
- Hits 35947 34979 -968
+ Misses 14872 14090 -782
+ Partials 4283 4223 -60
Continue to review full report at Codecov.
|
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.
Good catch!
Could you rebase your changes so that I can merge your PR? |
3b835c5
to
5fd6761
Compare
@i0rek you've got it! |
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.
Thanks!
1.5.2 included #5927, which started enforcing configured rate limits on Consul agents running in server mode. This updates the configuration documentation to actually state that.