Skip to content
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

Merged
merged 1 commit into from
Jun 20, 2016

Conversation

JacobTanenbaum
Copy link
Contributor

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

@knobunc
Copy link
Contributor

knobunc commented May 24, 2016

LGTM. @ramr PTAL

@ramr
Copy link
Contributor

ramr commented May 25, 2016

LGTM

@ramr
Copy link
Contributor

ramr commented May 25, 2016

[test]

@bmeng
Copy link
Contributor

bmeng commented May 30, 2016

should we also have a default value for the timeout http-request?

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
@JacobTanenbaum
Copy link
Contributor Author

@bmeng talked with @knobunc and changed it so the default timeout is 10s

@JacobTanenbaum
Copy link
Contributor Author

[test]

@danmcp
Copy link

danmcp commented Jun 14, 2016

@knobunc @ramr Ready for merge?

@knobunc
Copy link
Contributor

knobunc commented Jun 15, 2016

@danmcp: yes... may I merge it?

@danmcp
Copy link

danmcp commented Jun 15, 2016

@knobunc I am probably not the best person to make that call. If you aren't comfortable doing so, I would suggest @eparis

@eparis
Copy link
Member

eparis commented Jun 15, 2016

Does this conflict in any way with https://trello.com/c/1sdA2XVR/55-3-allow-configurable-timeout-on-routes-traffic-ingress I doubt it...

@knobunc
Copy link
Contributor

knobunc commented Jun 15, 2016

@eparis: no, that change is orthogonal. And @JacobTanenbaum will probably be implementing that card anyway :-)

@openshift-bot
Copy link
Contributor

openshift-bot commented Jun 15, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5101/) (Image: devenv-rhel7_4414)

@JacobTanenbaum
Copy link
Contributor Author

[test]

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 2142f8a

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5090/)

@knobunc
Copy link
Contributor

knobunc commented Jun 20, 2016

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 2142f8a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants