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

routes with same dns name and different paths #25

Open
Hertan opened this issue Aug 11, 2017 · 1 comment
Open

routes with same dns name and different paths #25

Hertan opened this issue Aug 11, 2017 · 1 comment

Comments

@Hertan
Copy link

Hertan commented Aug 11, 2017

i have routes with same domain but different paths
example:
i have a route with sucefful installed certificate by openshift-letsencrypt
route name: "cdn" with url cdn.mydomain.com route to service nginx-cdn

then i am add several routes
route name: "xxx" with url cdn.mydomain.com/xxx route to service nginx-xxx
route name: "yyy" with url cdn.mydomain.com/yyy route to service nginx-yyy

But watcher's log shows:

Processing route /oapi/v1/namespaces/mynamespace/routes/xxx with domain cdn.mydomain.com.
Certificate for cdn.mydomain.com still valid long enough.
Processing route /oapi/v1/namespaces/mynamespace/routes/yyy with domain cdn.mydomain.com.
Certificate for cdn.mydomain.com still valid long enough.

And certs not be added to these routes

@ibotty
Copy link
Owner

ibotty commented Aug 11, 2017 via email

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

2 participants