-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ccl/sqlproxyccl: add basic login rate limiting #64305
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.
Is the eventual plan to import this package from the cockroachdb
repo into the managed-service
repo, so that it doesn't exist in both places?
Reviewable status: complete! 1 of 0 LGTMs obtained
Moves from the CC repo a package which performs basic login admission control to rate limit login attempts. Login attempts are rate limited based solely on source IP. Admission control is currently purely a local decision, but the package this interface defines could easily become the client-side for connection to a centralized service. Release note: None
Yes, this is the plan. |
bors r+ |
Build failed: |
bors r+ |
Build succeeded: |
Moves from the CC repo a package which performs basic login admission
control to rate limit login attempts. Login attempts are rate limited
based solely on source IP. Admission control is currently purely a
local decision, but the package this interface defines could easily
become the client-side for connection to a centralized service.
Release note: None