-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
add ROUTER_SLOWLORIS_TIMEOUT enviroment variable to default HAProxy image #9003
Conversation
LGTM. @ramr PTAL |
LGTM |
[test] |
should we also have a default value for the |
Using the HAProxy router to impliement basic DDOS protection. When the enviroment variable ROUTER_SLOWLORIS_TIMEOUT is set it limits the amount of time a client has to send their whole HTTP request or HAProxy will shut down the connection BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1328037 changelog - intial commit - changed to default to 10s timeout
9200f04
to
2142f8a
Compare
[test] |
@danmcp: yes... may I merge it? |
Does this conflict in any way with https://trello.com/c/1sdA2XVR/55-3-allow-configurable-timeout-on-routes-traffic-ingress I doubt it... |
@eparis: no, that change is orthogonal. And @JacobTanenbaum will probably be implementing that card anyway :-) |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5101/) (Image: devenv-rhel7_4414) |
[test] |
Evaluated for origin test up to 2142f8a |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5090/) |
[merge] |
Evaluated for origin merge up to 2142f8a |
Using the HAProxy router to impliement basic DDOS protection. When the
enviroment variable ROUTER_SLOWLORIS_TIMEOUT is set it limits the amount
of time a client has to send their whole HTTP request or HAProxy will
shut down the connection
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1328037