Update github.com/envoyproxy/go-control-plane to get transparent socket support#46
Conversation
Signed-off-by: Romain Lenglet <romain@covalent.io>
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
|
I signed it! |
|
This might be dupe of #41? |
|
The version of |
|
I think they both point to version 9fdf4bd79736a87c78b3d48b7baa84ea24be1c1a of go-control-plane which has the right API version. Getting vendor in is pretty tricky, since it requires serializing updates. I haven't finished my last update due to some issues, but me or @ldemailly could complete it, and you wouldn't need this PR. |
|
@kyessenov OK, my bad, I didn't see that #41 was still open. Thanks! |
|
it needs to be done on a branch |
Update the
github.com/envoyproxy/go-control-planedependency to get the support for thetransparentsocket listener flag in LDS, as specified in envoyproxy/data-plane-api#558.Related: istio/proxy#1338
Required by: istio/istio#4654
Signed-off-by: Romain Lenglet romain@covalent.io