infinispan-console
infinispan-console copied to clipboard
Make base url configurable
Feature description
I want to deploy Infinispan service behind a reverse proxy and change the base URL <base href="/console">.
It would nicelike to change the base URL by configuration or adapt dynamically depending on the x-forwarded-prefix header. e.g. x-forwarded-prefix: /infinispan
Anything else?
No response
Since the /console requires calls to the REST server context which defaults to /rest. I assume you will want to move that as well ?
@tristantarrant Yes, I missed that. I assumed the /rest called would be relative, to the base URL, but I see now they are absolute as well.
Currently the console is hardcoded at /console. We should make it configurable to allow loading static resources from custom paths.
https://github.com/infinispan/infinispan/issues/14983