api: deprecate tls_context in favor of transport socket#8508
api: deprecate tls_context in favor of transport socket#8508htuch merged 19 commits intoenvoyproxy:masterfrom
Conversation
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
htuch
left a comment
There was a problem hiding this comment.
Looks great, thanks for taking this on for v3, just a couple of questions..
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
htuch
left a comment
There was a problem hiding this comment.
LGTM, awesome, thanks for getting this into v3.
|
@lizan needs master merge, good to go otherwise. |
api/envoy/api/v3alpha/BUILD
Outdated
| has_services = True, | ||
| deps = [ | ||
| "//envoy/api/v3alpha/auth:pkg", | ||
| "//envoy/api/v2/auth:pkg", |
There was a problem hiding this comment.
@htuch I merged master and then try to use fix_format to address merge conflicts in v3alpha, then this sneaked in and passes format check. seems like a bug.
There was a problem hiding this comment.
Yeah, this seems a bit off. I'll take a look.
|
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
…cate Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
|
@lizan can you merge master and get CI passing? This is ready to go. Thanks. |
…cate Signed-off-by: Lizan Zhou <[email protected]>
…cate Signed-off-by: Lizan Zhou <[email protected]>
Signed-off-by: Lizan Zhou <[email protected]>
|
@htuch this is good to go. |
|
@lizan more master merge needed :) |
…cate Signed-off-by: Lizan Zhou <[email protected]>
|
@htuch merged |
Signed-off-by: Lizan Zhou [email protected]
Description:
Deprecates
tls_contextin favor of transport socket.Risk Level: Low
Testing: CI
Docs Changes: Added
Release Notes: Added
Fixes #8098.