Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Enable PROXY protocol for specific CIDRs in HAProxy #711
Enable PROXY protocol for specific CIDRs in HAProxy #711
Changes from 31 commits
624d8bb
a3e0658
2cf95e1
5f02a92
7529ab6
352f0c2
8e6b8cc
36ab94c
fb72417
a8f1e90
ae21bf9
0620360
a265106
88aed5b
fc656e1
f283e58
3a3c165
6c92038
9c1df9f
5cddacc
75c4f38
9116297
160c7de
0592c43
ffa1156
cef5323
c09f269
e9658d9
a373c25
26ac7ad
4906e2d
ce6929c
b30b5a1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
It might make sense to have an edge test case with empty except_proxy_cidr and check that the call without proxy will be successful.
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.
an empty
except_proxy_cidrs
is equivalent to the property being off.