gravitee-docker icon indicating copy to clipboard operation
gravitee-docker copied to clipboard

feat(management-ui): enable ui-path configuration with MGMT_UI_PATH

Open arthurzenika opened this issue 2 years ago • 0 comments

Issue

https://github.com/gravitee-io/issues/issues/4550 seems related, https://github.com/gravitee-io/issues/issues/4781 too. I can open a specific issue if needed.

Description

This enables the configuration of the served URL when an ingress can't rewrite URLs.

In our case we have developer.example.org/ui/ serving for developer.example.org/management backend. When migrating to AWS with https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.5/ it's not possible to rewrite (such as https://kubernetes.github.io/ingress-nginx/examples/rewrite/)

Additional context

arthurzenika avatar Jul 21 '23 13:07 arthurzenika