-
Notifications
You must be signed in to change notification settings - Fork 4.9k
use first value of override_auto_sni_header #39618
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
Conversation
Signed-off-by: wangbaiping(wbpcode) <[email protected]>
Signed-off-by: wangbaiping(wbpcode) <[email protected]>
Signed-off-by: wangbaiping(wbpcode) <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thank You!
/assign-from @envoyproxy/senior-maintainers This is core code change and require another approval from senior maintainer |
@envoyproxy/senior-maintainers assignee is @RyanTheOptimist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we consider adding some logging when there are multiple values, since the others will be ignored?
SGTM. |
Signed-off-by: wangbaiping(wbpcode) <[email protected]>
done. |
/retest |
1 similar comment
/retest |
Commit Message: use first value of override_auto_sni_header
Additional Description:
Tht getAll* will concat multiple header values with
,
and make the output value actually isn't legal fqdn. This PR changed it to use the first header value ofoverride_auto_sni_header
just like theauto_host_rewrite_header
did.Risk Level: low.
Testing: n/a.
Docs Changes: n/a.
Release Notes: n/a.
Platform Specific Features: n/a.