-
Notifications
You must be signed in to change notification settings - Fork 170
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
Proxy Protocol support #1211
Proxy Protocol support #1211
Conversation
c25e6ef
to
7bcba3a
Compare
CHANGELOG.md
Outdated
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |||
- New content_caching Prometheus metric [THREESCALE-5439](https://issues.jboss.org/browse/THREESCALE-5439) [PR #1203](https://github.com/3scale/APIcast/pull/1203) | |||
|
|||
- Added Camel policy [PR #1193](https://github.com/3scale/APIcast/pull/1193) [THREESCALE-4867](https://issues.jboss.org/browse/THREESCALE-4867) | |||
- Support Proxy Protocol [PR #1195](https://github.com/3scale/APIcast/pull/1195) [THREESCALE-5366](https://issues.redhat.com/browse/THREESCALE-5366) |
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.
The github link needs to be updated.
Co-authored-by: dfennessy <44813955+dfennessy@users.noreply.github.com>
Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
7bcba3a
to
ec4baa8
Compare
use lib 't'; | ||
use Test::APIcast::Blackbox 'no_plan'; | ||
|
||
# These test are a bit difficult to understand. Due to the Nginx is set to listen |
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.
# These test are a bit difficult to understand. Due to the Nginx is set to listen | |
# Due to the Nginx is set to listen |
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.
A couple of comments for your consideration.
Co-authored-by: porueesq <43811485+porueesq@users.noreply.github.com>
Closes #1194.
This is the same as PR #1195 but with integration test.