Skip to content
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

SNI-routing without TLS termination: Make secretRef optional in sslConfig #2069

Closed
brandonkal opened this issue Dec 30, 2019 · 1 comment
Closed
Assignees
Labels
Area: API activities related to API Type: Enhancement New feature or request

Comments

@brandonkal
Copy link

I would like to route some domains without termination and terminate others as normal on the same IP. Because Envoy can do this--see closed envoy issue--Gloo should be able to do this as well.

Based on the Slack discussion, it appears that allowing secretRef to be nil should work. That approach is quite intuitive--leave out the secret and gloo's Envoy proxy will not perform TLS termination and instead route based on the tls ClientHello.
According to the envoy issue, leaving out tls_context in Envoy config should enable this to function.

@EItanya EItanya added Area: Envoy activities related to envoy proxy Area: API activities related to API and removed Area: Envoy activities related to envoy proxy labels Jan 2, 2020
@rickducott rickducott added the Type: Enhancement New feature or request label Mar 25, 2020
@EItanya
Copy link
Member

EItanya commented Nov 4, 2020

This was taken care of during the failover feature work

@EItanya EItanya closed this as completed Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: API activities related to API Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants