You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: