Use HTTPRoute hostname as SNI match for HTTPS traffic #680
Labels
area/translator
Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.
good first issue
Good for newcomers
help wanted
Extra attention is needed
priority/low
Label used to express the "low" priority level
Milestone
Description:
The current Gateway API Translator logic maps the the Gateway hostname to the Xds IR Listener Hostname and uses the Hostnames within the HTTPRoute spec to populate the Xds IR HeaderMatches
field.
The logic can be optimized to use the intersection between the gateway hostname and http route hostnames, computeHosts to populate the Xds IR Hostnames field
Relates to #662 (comment)
The text was updated successfully, but these errors were encountered: