Git Product home page Git Product logo

kong-admin-ui's Introduction

Kong admin UI

中文

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.

Features

  • 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加个密码

How to use

  1. If your computer can visit kong admin api and intenet, you can use the demo we deployed.

  2. Clone the source code,compile,deploy with nginx

  3. Download the zip we packed,deploy with nginx

  4. Deploy with docker

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

Screenshots

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

kong-admin-ui's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.