A Web UI for the Kong(The Cloud-Native API Gateway & Service Mesh) admin api.
It's a font-end application,no need any back-end server.All requests to Kong admin api is send by user's browser.
If you can visit our demo ,and your current device can visit kong admin api directly,you can use our demo to manage your Kong,it's safe.
demo on github page https
protocol,so your kong admin api must https
too.
demo on pocketdigi.com http
protocol,the server is in China.
- Basic Info (configurations and status)
- Service management
- Route management
- Upstream management(include target)
- Consumer management
- Plugin management
- Authentication management(Support Basic Authentication, HMAC Authentication, JWT, Key Authentication, OAuth 2.0 Authentication)
- Certificate management
Only support kong 0.14.x and above.
From version 0.3, we support custom headers,so you can use Basic Authentication plugin and Cors plugin on your Kong Admin Service,and add credential on header.
kong admin ui Custom Headers使用说明 给你的kong加个密码
-
If your computer can visit kong admin api and intenet, you can use the demo we deployed.
-
Clone the source code,compile,deploy with nginx
-
Download the zip we packed,deploy with nginx
-
Deploy with docker
docker run -d --name kong-admin-ui -p 8899:80 pocketdigi/kong-admin-ui:0.5.3
npm install
npm run serve
npm run build
npm run test
npm run lint