Lizan Zhou
Lizan Zhou
1. sounds reasonable to me.
> 1. Where to generate certs? > After deliberation, I think `tls_inspector` is not a good place for generating certs, because we don't want dynamically generating certs for all SNI,...
/lgtm api can you check CI failures?
The implementation makes sense. Can you check CI, and also add tests for those logging field that you added?
@niektemme add an entry to https://github.com/envoyproxy/envoy/blob/main/changelogs/current.yaml
@niektemme sorry I was off for a week for medical reasons and now back. Can you merge main to resolve conflicts? Otherwise it looks great.
@niektemme you can merge main branch to your PR branch and resolve conflicts, then push that change to your PR branch.
Let's use `envoyproxy/proxy:v1.23.1`, or `envoyproxy/proxy:v1.23-latest`.
@PiotrSikora PTAL. While it's not encouraged but we do have certain traffic contains non UTF-8 header value. Since spec allows it historically, we shouldn't block that. > Historically, HTTP has...
The [converter::ErrorListener](https://github.com/protocolbuffers/protobuf/blob/v3.7.0/src/google/protobuf/util/internal/error_listener.h#L53) is for this purpose, though it is in internal header so ideally we want to make it as a part of public API.