-
Notifications
You must be signed in to change notification settings - Fork 679
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
Milestone
Comments
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
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.
The text was updated successfully, but these errors were encountered: