Skip to content

Latest commit

 

History

History
86 lines (54 loc) · 2.83 KB

README_zh.md

File metadata and controls

86 lines (54 loc) · 2.83 KB

Kong admin UI

Kong 网关的管理界面

纯前端应用,所有请求从浏览器发出,不经过任何中间服务器,直接到达您的Kong admin api,安全、放心。如果您的电脑可以访问互联网(只要您的电脑能访问互联网,且能访问kong admin api,不需要kong admin api可以访问互联网),可直接使用部署在公网的demo,否则请本地化部署。

https demo ,部署在github上,https协议,所以您的kong admin api也必须是https协议,否则会被浏览器拦截。

http demo http协议,部署在国内腾讯云,国内访问速度更快

特性

  • 基本信息 (配置和状态)
  • Service 管理
  • Route 管理
  • Upstream 管理
  • Consumer 管理
  • Plugin 管理
  • 授权管理(支持 Basic Authentication, HMAC Authentication, JWT, Key Authentication, OAuth 2.0 Authentication)
  • SSL证书 管理

只支持 0.14.x 及以上版本的kong

从0.3版本开始,支持自定义header,所以,您可以使用kong转发kong admin api接口,再加上Basic Authentication插件和Cors插件,在公网上管理kong更安全

kong admin ui Custom Headers使用说明 给你的kong加个密码

如何使用

  1. 如果您的电脑可以访问外网,使用上面部署的demo

  2. 下载源码编译,部署到自己的server

  3. 下载编译好的包,解压部署到自己的server

  4. 使用docker部署

    docker run -d --name kong-admin-ui -p 8899:80 pocketdigi/kong-admin-ui:0.4.1

截图

basic info

config

route list

service list

service detail

upstream list

consumer list

consumer detail

plugin list

certification

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint