gravitee-docker
gravitee-docker copied to clipboard
feat(management-ui): enable ui-path configuration with MGMT_UI_PATH
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