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

Feature request: Add ability to configure multiple context_root's for each container #153

Open
anokun7 opened this issue May 16, 2016 · 1 comment

Comments

@anokun7
Copy link

anokun7 commented May 16, 2016

When migrating legacy apps, that have not necessarily been decomposed into fine grained micro-services, it would be required to configure multiple context roots for each container. Currently the interlock.context_root takes a string as the value. If this can be made to accept a list, it should address this feature request.

For eg: Both app.dit.configuration.example.com/v1/service & app.dit.configuration.example.com/v1/user-info would be handled by the same set of containers.

@ehazlett
Copy link
Owner

Just to understand better, you have two separate contexts that you want to point at the same containers? Why not use a redirect?

ehazlett added a commit that referenced this issue Aug 16, 2019
Test Refactoring to RTTF image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants