Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Route collisions with lagom-scala-openshift-smoketests #12

Open
ignasi35 opened this issue Mar 14, 2019 · 0 comments
Open

Route collisions with lagom-scala-openshift-smoketests #12

ignasi35 opened this issue Mar 14, 2019 · 0 comments

Comments

@ignasi35
Copy link
Contributor

Both lagom-scala-openshift-smoketests and this repo use the same routes and Host:

spec:
  host: my-lagom-openshift-smoketests.example.org
  path: /api/hello
spec:
  host: my-lagom-openshift-smoketests.example.org
  path: /proxy/rest-hello

Suprisingly, OpenShift doesn't complain about the ambiguity. This causes false positives if both applications are deployed simultaneously (I just got a 200 OK when my scala pods were still running).

We should rename path and host on the two repos.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant