infinispan-console icon indicating copy to clipboard operation
infinispan-console copied to clipboard

Make base url configurable

Open michael-wirth opened this issue 1 year ago • 3 comments

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

michael-wirth avatar Jun 12 '24 09:06 michael-wirth

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 avatar Jun 12 '24 11:06 tristantarrant

@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.

michael-wirth avatar Jun 12 '24 11:06 michael-wirth

Currently the console is hardcoded at /console. We should make it configurable to allow loading static resources from custom paths.

karesti avatar Oct 08 '24 15:10 karesti

https://github.com/infinispan/infinispan/issues/14983

karesti avatar Jun 02 '25 17:06 karesti