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

Proxy Protocol support #1211

Merged
merged 6 commits into from
Jul 16, 2020
Merged

Proxy Protocol support #1211

merged 6 commits into from
Jul 16, 2020

Conversation

eloycoto
Copy link
Contributor

@eloycoto eloycoto commented Jul 9, 2020

Closes #1194.

This is the same as PR #1195 but with integration test.

@eloycoto eloycoto requested review from a team as code owners July 9, 2020 11:04
@eloycoto eloycoto mentioned this pull request Jul 9, 2020
@eloycoto eloycoto force-pushed the test_proxy_protocol branch from c25e6ef to 7bcba3a Compare July 9, 2020 13:00
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)
Copy link
Contributor

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.

y-tabata and others added 4 commits July 10, 2020 16:21
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>
@eloycoto eloycoto force-pushed the test_proxy_protocol branch from 7bcba3a to ec4baa8 Compare July 10, 2020 14:21
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# These test are a bit difficult to understand. Due to the Nginx is set to listen
# Due to the Nginx is set to listen

t/proxy-protocol.t Outdated Show resolved Hide resolved
Copy link
Contributor

@porueesq porueesq left a 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>
@eloycoto eloycoto merged commit 412b096 into 3scale:master Jul 16, 2020
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.

Proxy Protocol support
4 participants