envoyproxy/envoy
Ver no GitHubCustom headers are not available to the SNI `override_auto_sni_header` when added using `request_headers_to_add`
Open
#18.308 aberto em 29 de set. de 2021
area/httparea/tlshelp wanted
Métricas do repositório
- Stars
- (27.997 stars)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 30d)
Description
Title
Custom headers are not available to the SNI override_auto_sni_header when added using request_headers_to_add
Description
We now allow a customer header to populate the SNI for the upstream requests [Link]. But, if the custom header is not coming from downstream and gets added anywhere using request_headers_to_add then it's value is not available here as this piece of code to populate the SNI gets invoked before we add/modify the request headers probably here.