revomatico / docker-kong-oidc

Kong + OIDC plugins
Apache License 2.0
112 stars 42 forks source link

Enabling Kong Manager GUI #40

Closed roxaxis closed 10 months ago

roxaxis commented 1 year ago

Hello, first of all, thank you for all the effort. I'm using this image for a couple of months now. everything works great regarding oidc. but day by day services, routes are increasing and I wanted to enable Kong Manager UI, from what I gathered by kong documentation setting this variable should be enough. But have no luck, accessing the Kong Manager

echo "-e 'KONG_ADMIN_GUI_PATH=/manager' \
 'KONG_ADMIN_GUI_URL=http://localhost:8002/manager' \
 kong reload exit" | docker exec -i KONG_CONTAINER_ID /bin/sh

Any idea how I can accomplish this using this image?

Thanks again

cristichiru commented 1 year ago

From what I see, it is actually just released a few hours ago, with 3.4.0: https://github.com/Kong/kong/blob/release/3.4.x/CHANGELOG.md#340