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

internal/contour: bind https listener to ingress_https routes #119

Merged
merged 2 commits into from
Dec 19, 2017

Conversation

davecheney
Copy link
Contributor

@davecheney davecheney commented Dec 19, 2017

Fixes #104

RDS now publishes routes to http and https caches. LDS now binds the
http listener to the RDS http 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

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>
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 davecheney merged commit d8ad809 into projectcontour:master Dec 19, 2017
@davecheney davecheney deleted the issue/104 branch May 13, 2019 05:46
sunjayBhatia pushed a commit that referenced this pull request 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

Successfully merging this pull request may close these issues.

1 participant