-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
HCM: add support for IP detection extensions #14855
HCM: add support for IP detection extensions #14855
Commits on Jan 28, 2021
-
HCM: add support for IP detection extensions
This is a follow-up to: envoyproxy#14432 (comment) After that PR, it's no longer possible (unless you do a dynamic_cast) to set the remote address from a filter. This is something that we need to do because we have specialized logic for this (XFF doesn't work for us). So this adds an extension point which will allow us to push that logic down to ConnectionManagerUtility::mutateRequestHeaders() where it belongs. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 2be9bdd - Browse repository at this point
Copy the full SHA 2be9bddView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e55d622 - Browse repository at this point
Copy the full SHA e55d622View commit details
Commits on Jan 29, 2021
-
Rename --> original_ip_detection
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedJan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for eee3cd5 - Browse repository at this point
Copy the full SHA eee3cd5View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedJan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for e8d890a - Browse repository at this point
Copy the full SHA e8d890aView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedJan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 03819df - Browse repository at this point
Copy the full SHA 03819dfView commit details -
Not sure where to put a full example of how to configure an extension. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedJan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 701e979 - Browse repository at this point
Copy the full SHA 701e979View commit details
Commits on Feb 1, 2021
-
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 68c9785 - Browse repository at this point
Copy the full SHA 68c9785View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for c525fa0 - Browse repository at this point
Copy the full SHA c525fa0View commit details -
Add test for mutateRequestHeaders() using an extension
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for b42737b - Browse repository at this point
Copy the full SHA b42737bView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 9a4421d - Browse repository at this point
Copy the full SHA 9a4421dView commit details
Commits on Feb 2, 2021
-
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 09a28e2 - Browse repository at this point
Copy the full SHA 09a28e2View commit details -
Extensive comments around the config message
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 2358acb - Browse repository at this point
Copy the full SHA 2358acbView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 445d0b2 - Browse repository at this point
Copy the full SHA 445d0b2View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 2, 2021 Configuration menu - View commit details
-
Copy full SHA for c8b4115 - Browse repository at this point
Copy the full SHA c8b4115View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 0868c1e - Browse repository at this point
Copy the full SHA 0868c1eView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 986f598 - Browse repository at this point
Copy the full SHA 986f598View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 1552d08 - Browse repository at this point
Copy the full SHA 1552d08View commit details
Commits on Feb 3, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for d2b691a - Browse repository at this point
Copy the full SHA d2b691aView commit details -
This should probably suffice as a guide for adding new IP detection extensions. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for def62d3 - Browse repository at this point
Copy the full SHA def62d3View commit details
Commits on Feb 4, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for a44ce6f - Browse repository at this point
Copy the full SHA a44ce6fView commit details
Commits on Feb 8, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 8, 2021 Configuration menu - View commit details
-
Copy full SHA for c48840a - Browse repository at this point
Copy the full SHA c48840aView commit details
Commits on Feb 11, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for b8d50d9 - Browse repository at this point
Copy the full SHA b8d50d9View commit details -
Just saw Antonio's review come in, I'll address those comments in a follow-up. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 8634819 - Browse repository at this point
Copy the full SHA 8634819View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 6193ad2 - Browse repository at this point
Copy the full SHA 6193ad2View commit details -
Don't copy downstream_remote_address
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 7d4d71b - Browse repository at this point
Copy the full SHA 7d4d71bView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for b30ce45 - Browse repository at this point
Copy the full SHA b30ce45View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 406d825 - Browse repository at this point
Copy the full SHA 406d825View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 8832af6 - Browse repository at this point
Copy the full SHA 8832af6View commit details
Commits on Feb 12, 2021
-
* Use a Result type for detect() * add CustomHeader as an included extension * more fixes Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 7440409 - Browse repository at this point
Copy the full SHA 7440409View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ebd8b8 - Browse repository at this point
Copy the full SHA 8ebd8b8View commit details -
Implement/Exercise allow_trusted_address_checks option
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 3960337 - Browse repository at this point
Copy the full SHA 3960337View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 24a45b0 - Browse repository at this point
Copy the full SHA 24a45b0View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 612ae54 - Browse repository at this point
Copy the full SHA 612ae54View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 2937e99 - Browse repository at this point
Copy the full SHA 2937e99View commit details -
Use the XFF extension as the default fallback
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 9db5c61 - Browse repository at this point
Copy the full SHA 9db5c61View commit details
Commits on Feb 13, 2021
-
Add support for rejecting requests when detection fails
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 3608dbf - Browse repository at this point
Copy the full SHA 3608dbfView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 1190035 - Browse repository at this point
Copy the full SHA 1190035View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 970b42b - Browse repository at this point
Copy the full SHA 970b42bView commit details
Commits on Feb 14, 2021
-
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 2e5e67f - Browse repository at this point
Copy the full SHA 2e5e67fView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 14, 2021 Configuration menu - View commit details
-
Copy full SHA for a23f44f - Browse repository at this point
Copy the full SHA a23f44fView commit details
Commits on Feb 15, 2021
-
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 5bd6813 - Browse repository at this point
Copy the full SHA 5bd6813View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for bd00e7f - Browse repository at this point
Copy the full SHA bd00e7fView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 178d287 - Browse repository at this point
Copy the full SHA 178d287View commit details -
Check that a good detection doesn't set rejection options
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 802c379 - Browse repository at this point
Copy the full SHA 802c379View commit details
Commits on Feb 16, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 151f5f8 - Browse repository at this point
Copy the full SHA 151f5f8View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 8f5165b - Browse repository at this point
Copy the full SHA 8f5165bView commit details -
Add stat for ip detection rejections
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for a246e9e - Browse repository at this point
Copy the full SHA a246e9eView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for d86f908 - Browse repository at this point
Copy the full SHA d86f908View commit details -
Remove possible exception from data path
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for e2fc581 - Browse repository at this point
Copy the full SHA e2fc581View commit details
Commits on Feb 17, 2021
-
* use repeated TypedExtensionConfig for configuring extensions * no need to default to XFF when a list of extensions is provided Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 7476d1a - Browse repository at this point
Copy the full SHA 7476d1aView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 370c16d - Browse repository at this point
Copy the full SHA 370c16dView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for aa7306c - Browse repository at this point
Copy the full SHA aa7306cView commit details -
Drop mostly duplicated extension for test
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e1ac79 - Browse repository at this point
Copy the full SHA 1e1ac79View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 3eca009 - Browse repository at this point
Copy the full SHA 3eca009View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for e32eef6 - Browse repository at this point
Copy the full SHA e32eef6View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 5871471 - Browse repository at this point
Copy the full SHA 5871471View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for f0e29ae - Browse repository at this point
Copy the full SHA f0e29aeView commit details -
* fix bug in HCM (message needed translation) * drop helper classes for tests, use real extensions directly Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 92c0ed4 - Browse repository at this point
Copy the full SHA 92c0ed4View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for a20c9bb - Browse repository at this point
Copy the full SHA a20c9bbView commit details
Commits on Feb 18, 2021
-
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 18, 2021 Configuration menu - View commit details
-
Copy full SHA for ac430bb - Browse repository at this point
Copy the full SHA ac430bbView commit details
Commits on Feb 22, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 4446232 - Browse repository at this point
Copy the full SHA 4446232View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 22, 2021 Configuration menu - View commit details
-
Copy full SHA for d2fec64 - Browse repository at this point
Copy the full SHA d2fec64View commit details
Commits on Feb 24, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for b60a227 - Browse repository at this point
Copy the full SHA b60a227View commit details -
* envoy.original_ip_detection -> envoy.http.... * get rid of common proto message * mark xff_num_trusted_hops as deprecated Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 822aa25 - Browse repository at this point
Copy the full SHA 822aa25View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for b14fe36 - Browse repository at this point
Copy the full SHA b14fe36View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for a1edf65 - Browse repository at this point
Copy the full SHA a1edf65View commit details
Commits on Mar 3, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 79a6282 - Browse repository at this point
Copy the full SHA 79a6282View commit details -
Rename config param to allow_extension_to_set_address_as_trusted
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ad18c6 - Browse repository at this point
Copy the full SHA 8ad18c6View commit details -
Update header to reflect we now support a list of extensions
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 9a0d41b - Browse repository at this point
Copy the full SHA 9a0d41bView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 4043a4a - Browse repository at this point
Copy the full SHA 4043a4aView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 0bd4551 - Browse repository at this point
Copy the full SHA 0bd4551View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for f873002 - Browse repository at this point
Copy the full SHA f873002View commit details
Commits on Mar 4, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for b9d2949 - Browse repository at this point
Copy the full SHA b9d2949View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for cc2dc36 - Browse repository at this point
Copy the full SHA cc2dc36View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for ca7bd7e - Browse repository at this point
Copy the full SHA ca7bd7eView commit details -
Force registration of the XFF extension
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 98bb064 - Browse repository at this point
Copy the full SHA 98bb064View commit details -
Visibility public for XFF config
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for a523594 - Browse repository at this point
Copy the full SHA a523594View commit details
Commits on Mar 5, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 9861c9d - Browse repository at this point
Copy the full SHA 9861c9dView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 820f866 - Browse repository at this point
Copy the full SHA 820f866View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 63b8f2c - Browse repository at this point
Copy the full SHA 63b8f2cView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 4fa79d7 - Browse repository at this point
Copy the full SHA 4fa79d7View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 056db7c - Browse repository at this point
Copy the full SHA 056db7cView commit details
Commits on Mar 8, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 3885ec4 - Browse repository at this point
Copy the full SHA 3885ec4View commit details
Commits on Mar 9, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 9, 2021 Configuration menu - View commit details
-
Copy full SHA for d33994c - Browse repository at this point
Copy the full SHA d33994cView commit details
Commits on Mar 11, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for af498c8 - Browse repository at this point
Copy the full SHA af498c8View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 309b1b4 - Browse repository at this point
Copy the full SHA 309b1b4View commit details
Commits on Mar 12, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 977f42b - Browse repository at this point
Copy the full SHA 977f42bView commit details
Commits on Mar 14, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 24b9de8 - Browse repository at this point
Copy the full SHA 24b9de8View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 14, 2021 Configuration menu - View commit details
-
Copy full SHA for d0a99c1 - Browse repository at this point
Copy the full SHA d0a99c1View commit details
Commits on Mar 15, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 6a85d81 - Browse repository at this point
Copy the full SHA 6a85d81View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 15, 2021 Configuration menu - View commit details
-
Copy full SHA for c4188ce - Browse repository at this point
Copy the full SHA c4188ceView commit details
Commits on Mar 16, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 16, 2021 Configuration menu - View commit details
-
Copy full SHA for ab19e4d - Browse repository at this point
Copy the full SHA ab19e4dView commit details
Commits on Mar 17, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 02d9c88 - Browse repository at this point
Copy the full SHA 02d9c88View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 684c8af - Browse repository at this point
Copy the full SHA 684c8afView commit details
Commits on Mar 22, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 22, 2021 Configuration menu - View commit details
-
Copy full SHA for a226897 - Browse repository at this point
Copy the full SHA a226897View commit details
Commits on Mar 24, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 728fa54 - Browse repository at this point
Copy the full SHA 728fa54View commit details
Commits on Mar 30, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for bb2ec49 - Browse repository at this point
Copy the full SHA bb2ec49View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 8a692d6 - Browse repository at this point
Copy the full SHA 8a692d6View commit details
Commits on Apr 2, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 222eeae - Browse repository at this point
Copy the full SHA 222eeaeView commit details
Commits on Apr 5, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 4adad84 - Browse repository at this point
Copy the full SHA 4adad84View commit details -
Add code block example for replacing xff_num_trusted_hops
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 8568494 - Browse repository at this point
Copy the full SHA 8568494View commit details
Commits on Apr 6, 2021
-
There are 3 items pending, we'll discuss them offline or via comments. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for cd9b360 - Browse repository at this point
Copy the full SHA cd9b360View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 0647ad9 - Browse repository at this point
Copy the full SHA 0647ad9View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 57443bd - Browse repository at this point
Copy the full SHA 57443bdView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for d6bbeaa - Browse repository at this point
Copy the full SHA d6bbeaaView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 99bd132 - Browse repository at this point
Copy the full SHA 99bd132View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for ea48936 - Browse repository at this point
Copy the full SHA ea48936View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 63ccd3f - Browse repository at this point
Copy the full SHA 63ccd3fView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 7c78b24 - Browse repository at this point
Copy the full SHA 7c78b24View commit details
Commits on Apr 7, 2021
-
Address latest batch of comments
Left a comment/TODO about the proper protobuf type the createExtension() method should receive. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for a823d94 - Browse repository at this point
Copy the full SHA a823d94View commit details -
Test for createExtension() returning nullptr
Also, the HCM test broke in my last change so this fixes it. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for e4b99bc - Browse repository at this point
Copy the full SHA e4b99bcView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 19180ff - Browse repository at this point
Copy the full SHA 19180ffView commit details -
Add extension name to the exception message
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for f8df690 - Browse repository at this point
Copy the full SHA f8df690View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 7ce524e - Browse repository at this point
Copy the full SHA 7ce524eView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for bd05e1a - Browse repository at this point
Copy the full SHA bd05e1aView commit details -
custom header: improve coverage
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 95779af - Browse repository at this point
Copy the full SHA 95779afView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 18f02c3 - Browse repository at this point
Copy the full SHA 18f02c3View commit details -
Set the custom header extension to out by default
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 516de72 - Browse repository at this point
Copy the full SHA 516de72View commit details
Commits on Apr 8, 2021
-
Update headers.rst to reflect the use of IP detection extensions
I probably still need to update the configuration examples in that file, otherwise they'll go stale soon. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 63a3987 - Browse repository at this point
Copy the full SHA 63a3987View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for d0f50da - Browse repository at this point
Copy the full SHA d0f50daView commit details -
extensions/ -> extensions/http/
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 305f2ed - Browse repository at this point
Copy the full SHA 305f2edView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 7fe2d81 - Browse repository at this point
Copy the full SHA 7fe2d81View commit details -
Reduce (or hide) the dynamic_cast calls
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 29af4d3 - Browse repository at this point
Copy the full SHA 29af4d3View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 336261c - Browse repository at this point
Copy the full SHA 336261cView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 720d541 - Browse repository at this point
Copy the full SHA 720d541View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for de30bd9 - Browse repository at this point
Copy the full SHA de30bd9View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for ab852ff - Browse repository at this point
Copy the full SHA ab852ffView commit details -
* improve test * fix namespacing issue now that we have Extensions::Http confuses things referencing Envoy::Http Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 4582469 - Browse repository at this point
Copy the full SHA 4582469View commit details
Commits on Apr 9, 2021
-
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ec2a83 - Browse repository at this point
Copy the full SHA 8ec2a83View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 129b0bf - Browse repository at this point
Copy the full SHA 129b0bfView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 6ac62e6 - Browse repository at this point
Copy the full SHA 6ac62e6View commit details -
I am unsure what the right approach for enforcing validation is: 1) setting `strict: true` in the proto file (most likely not) 2) using ProtobufMessage::getStrictValidationVisitor() instead of the context validator 3) forcing the test to do strict validation I went with 1) for now, otherwise regex validation isn't happening in the added test. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 9, 2021 Configuration menu - View commit details
-
Copy full SHA for c338b65 - Browse repository at this point
Copy the full SHA c338b65View commit details
Commits on Apr 12, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 12, 2021 Configuration menu - View commit details
-
Copy full SHA for c2717ba - Browse repository at this point
Copy the full SHA c2717baView commit details
Commits on Apr 15, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 800b843 - Browse repository at this point
Copy the full SHA 800b843View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 5070b90 - Browse repository at this point
Copy the full SHA 5070b90View commit details -
* rename single_address_ * disable docs for custom key * avoid namespace pollution * document proto restrictions for status_code Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 91806ca - Browse repository at this point
Copy the full SHA 91806caView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 5f15518 - Browse repository at this point
Copy the full SHA 5f15518View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 014d6d4 - Browse repository at this point
Copy the full SHA 014d6d4View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 15dc56a - Browse repository at this point
Copy the full SHA 15dc56aView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for eaca63d - Browse repository at this point
Copy the full SHA eaca63dView commit details
Commits on Apr 16, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 9b0f98b - Browse repository at this point
Copy the full SHA 9b0f98bView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for a241827 - Browse repository at this point
Copy the full SHA a241827View commit details -
Bring back the custom header extension
It's more painful to have it excluded since we still want/need to reference it from multiple places because it's a useful example of how this extension point works. So at the cost of forcing deployments to exclude it manually, let's bring it back. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for bffe4d1 - Browse repository at this point
Copy the full SHA bffe4d1View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 991996b - Browse repository at this point
Copy the full SHA 991996bView commit details -
Avoid namespace pollution issues
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 73aad95 - Browse repository at this point
Copy the full SHA 73aad95View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 6cd3d43 - Browse repository at this point
Copy the full SHA 6cd3d43View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 42776e9 - Browse repository at this point
Copy the full SHA 42776e9View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 7e6da84 - Browse repository at this point
Copy the full SHA 7e6da84View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for ef56193 - Browse repository at this point
Copy the full SHA ef56193View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 04b19b9 - Browse repository at this point
Copy the full SHA 04b19b9View commit details -
Registering XFF with _required_extensions isn't enough, needs to be part of _core_extensions too. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 66f2296 - Browse repository at this point
Copy the full SHA 66f2296View commit details -
extensions/common/aws needs xff to run
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for b78ba36 - Browse repository at this point
Copy the full SHA b78ba36View commit details -
xff:config should have been a dep of hcm:config in the prev commit
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 16a736e - Browse repository at this point
Copy the full SHA 16a736eView commit details
Commits on Apr 18, 2021
-
HCM's test needs the custom header extension
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 18, 2021 Configuration menu - View commit details
-
Copy full SHA for fcf7945 - Browse repository at this point
Copy the full SHA fcf7945View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 098ecd5 - Browse repository at this point
Copy the full SHA 098ecd5View commit details
Commits on Apr 20, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 081e731 - Browse repository at this point
Copy the full SHA 081e731View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for c025400 - Browse repository at this point
Copy the full SHA c025400View commit details -
Not sure what triggered this, probs something in my env. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for ff6b944 - Browse repository at this point
Copy the full SHA ff6b944View commit details
Commits on Apr 23, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 09c84e4 - Browse repository at this point
Copy the full SHA 09c84e4View commit details
Commits on Apr 26, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 26, 2021 Configuration menu - View commit details
-
Copy full SHA for cef2d20 - Browse repository at this point
Copy the full SHA cef2d20View commit details
Commits on Apr 27, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 27, 2021 Configuration menu - View commit details
-
Copy full SHA for e1f0ac5 - Browse repository at this point
Copy the full SHA e1f0ac5View commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 145809a - Browse repository at this point
Copy the full SHA 145809aView commit details
Commits on Apr 28, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedApr 28, 2021 Configuration menu - View commit details
-
Copy full SHA for a62ede7 - Browse repository at this point
Copy the full SHA a62ede7View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 0eac980 - Browse repository at this point
Copy the full SHA 0eac980View commit details -
Comment on allow trusted check
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 28, 2021 Configuration menu - View commit details
-
Copy full SHA for c751398 - Browse repository at this point
Copy the full SHA c751398View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedApr 28, 2021 Configuration menu - View commit details
-
Copy full SHA for bafa351 - Browse repository at this point
Copy the full SHA bafa351View commit details
Commits on May 13, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMay 13, 2021 Configuration menu - View commit details
-
Copy full SHA for f9a372c - Browse repository at this point
Copy the full SHA f9a372cView commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMay 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 892a4a8 - Browse repository at this point
Copy the full SHA 892a4a8View commit details -
Trim down comment for original_ip_detection_extensions
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMay 13, 2021 Configuration menu - View commit details
-
Copy full SHA for fd10840 - Browse repository at this point
Copy the full SHA fd10840View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMay 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 3ef96b1 - Browse repository at this point
Copy the full SHA 3ef96b1View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMay 13, 2021 Configuration menu - View commit details
-
Copy full SHA for f841b5f - Browse repository at this point
Copy the full SHA f841b5fView commit details
Commits on May 14, 2021
-
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMay 14, 2021 Configuration menu - View commit details
-
Copy full SHA for c4a21e7 - Browse repository at this point
Copy the full SHA c4a21e7View commit details -
Signed-off-by: Raul Gutierrez Segales <[email protected]>
Raul Gutierrez Segales committedMay 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 166eddb - Browse repository at this point
Copy the full SHA 166eddbView commit details -
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMay 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 43ff219 - Browse repository at this point
Copy the full SHA 43ff219View commit details
Commits on May 16, 2021
-
Merge remote-tracking branch 'upstream/main' into add-ip-detection-ex…
…tension-point
Raul Gutierrez Segales committedMay 16, 2021 Configuration menu - View commit details
-
Copy full SHA for d53e920 - Browse repository at this point
Copy the full SHA d53e920View commit details