Kong manager URL #13698
msartor92
started this conversation in
Ideas and feature requests
Kong manager URL
#13698
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
we are using kong gateway 3.6.1 with docker in our environment. To made it works without CORS error we configure a L7 load balancer that send ui request on one port and api request to another, and add on kong container those variables
-e "KONG_ADMIN_GUI_URL=https://kongmanager.contoso.local/manager" \ -e "KONG_ADMIN_GUI_API_URL=https://kongmanager.contoso.local" \
I need ui be reachable also on URL https://kongmanager.corp.local.
Why we need to specify UI and API URL into backend? Can't front end use for API
this.document.location.origin
so frontend use current name for API requestThanks
Beta Was this translation helpful? Give feedback.
All reactions