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

grpc: support individual http and https routes #104

Closed
davecheney opened this issue Dec 15, 2017 · 0 comments
Closed

grpc: support individual http and https routes #104

davecheney opened this issue Dec 15, 2017 · 0 comments
Milestone

Comments

@davecheney
Copy link
Contributor

davecheney commented Dec 15, 2017

Currently for SNI support the route table for both the http and https listeners point to the same route table, ingress_http.

To support #63 and/or #88 internal/contour/listener.go will need to be able to write different route records for the http or https version of the vhost.

@davecheney davecheney added this to the 0.3.0 milestone Dec 15, 2017
davecheney added a commit to davecheney/contour that referenced this issue Dec 19, 2017
Updates projectcontour#104

Create separate http and https route caches. These caches share the same
notifier as all routesconfiguration objects are streamed to envoy each
update.

At the moment the https route cache is empty.

Signed-off-by: Dave Cheney <dave@cheney.net>
davecheney added a commit to davecheney/contour that referenced this issue Dec 19, 2017
Fixes projectcontour#104

RDS now publishes routes to http and https caches. LDS now binds the
http listener to the RDS https cache, ingress_http, by name, and vice
versa for the https listener.

This permits RDS to compute different routes for http and https
listeners, enabling http to https redirects.

Signed-off-by: Dave Cheney <dave@cheney.net>
davecheney added a commit to davecheney/contour that referenced this issue Dec 19, 2017
Fixes projectcontour#104

RDS now publishes routes to http and https caches. LDS now binds the
http listener to the RDS https cache, ingress_http, by name, and vice
versa for the https listener.

This permits RDS to compute different routes for http and https
listeners, enabling http to https redirects.

Signed-off-by: Dave Cheney <dave@cheney.net>
sunjayBhatia pushed a commit that referenced this issue Jan 30, 2023
Signed-off-by: Daneyon Hansen <daneyonhansen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant