conn pool: use hostnames of endpoints as SNI values#34898
conn pool: use hostnames of endpoints as SNI values#34898mattklein123 merged 10 commits intoenvoyproxy:mainfrom
Conversation
Signed-off-by: Dmitriy Ilin <dmitry.m.ilyin@gmail.com>
|
Hi @dmitriyilin, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
|
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
Signed-off-by: Dmitriy Ilin <dmitry.m.ilyin@gmail.com>
|
I see that "Publish and verify" check fails in other PRs as well. Is anything required from me? |
|
Just realized that "auto_san_validation" functionality is not consistent with the new mechanism. I'll fix it. |
mattklein123
left a comment
There was a problem hiding this comment.
LGTM with small comment, thanks.
/wait
Signed-off-by: Dmitriy Ilin <dmitry.m.ilyin@gmail.com>
|
@mattklein123 , @abeyad I've fixed SAN validation. Can you review the changes? |
Signed-off-by: Dmitriy Ilin <dmitry.m.ilyin@gmail.com>
|
FYI, I'll be OOO for a couple weeks, so if this PR has API changes again that need further review, you probably want to find another API reviewer, thanks! |
Signed-off-by: Dmitriy Ilin <dmitry.m.ilyin@gmail.com>
Signed-off-by: Dmitriy Ilin <dmitry.m.ilyin@gmail.com>
mattklein123
left a comment
There was a problem hiding this comment.
LGTM with small nit, thanks.
/wait
Signed-off-by: Dmitriy Ilin <dmitry.m.ilyin@gmail.com>
Signed-off-by: Dmitriy Ilin <dmitry.m.ilyin@gmail.com>
|
@mattklein123 , can you help finding a new member of API shepherds for reviewing the change? Does @envoyproxy/api-shepherds referencing work? |
…nvoyproxy#34898)" (envoyproxy#35212)" This reverts commit d84f707. Signed-off-by: Dmitriy Ilin <dmitry.m.ilyin@gmail.com>
Commit Message: conn pool: use hostnames of endpoints as SNI values
Additional Description: optional support for usage of upstream cluster endpoints' hostnames as SNI values
Risk Level: Low
Testing: integration
Docs Changes: added information about new mechanism of SNI derivation
Release Notes: https://github.com/dmitriyilin/envoy/blob/b8e8a4537e537da66925f442cd5aeb45094cc3c9/changelogs/current.yaml#L377
Platform Specific Features: N/A
Fixes #15839