Kong admin dashboard modified to use securely with Rancher. Based off pgbi/kong-dashboard
docker run -d --name kong \
--link cassandra:cassandra \
-p 8000:8000 \
-p 8443:8443 \
-p 7946:7946 \
-p 7946:7946/udp \
mashape/kong
docker run -d -p 8080:8080 -env KONG_URL=http://(10.x.x.x/rancher_ip_or_host):8001 brickinc/kong-dashboard
All of examples above can be done via Rancher UI.
If you are not running rancher, you can firewall port 8001 from external IPs. Then setup basic_auth plugin on port http://kong_api:8000/kong. See documentation here: https://github.com/PGBI/kong-dashboard/issues/22
Content type
Image
Digest
Size
323.5 MB
Last updated
over 10 years ago
docker pull brickinc/kong-dashboard