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
It would be nice to allow for a basepath to be set as an environment variable, which would prepend a string to the routes and paths that cryostat-web makes. This would be helpful when nesting cryostat-web inside other applications (the console plugin for example) where there already may be existing pages and routes that would conflict with cryostat-web.
For example, the OpenShift Console has it's own topology view a /topology, so nesting a Topology view from cryostat-web into the Console requires a different route. By setting a basepath of 'cryostat' we can change the cryostat-web route to be /cryostat/topology instead, and avoid route conflicts.
The text was updated successfully, but these errors were encountered:
It would be nice to allow for a basepath to be set as an environment variable, which would prepend a string to the routes and paths that cryostat-web makes. This would be helpful when nesting cryostat-web inside other applications (the console plugin for example) where there already may be existing pages and routes that would conflict with cryostat-web.
For example, the OpenShift Console has it's own topology view a
/topology
, so nesting a Topology view from cryostat-web into the Console requires a different route. By setting a basepath of 'cryostat' we can change the cryostat-web route to be/cryostat/topology
instead, and avoid route conflicts.The text was updated successfully, but these errors were encountered: