MrAndiw / api-gateway-kong

API Gateway With Kong in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kong-go-plugin-sample API GATEWAY

forthebadge forthebadge

Feature :

  1. Authentication and Authorization
  2. Service Discovery
docker build -t kong-demo .

Images are built and we can run them as containers.

docker run -ti --rm --name kong-go-plugins \
  -e "KONG_DATABASE=off" \
  -e "KONG_GO_PLUGINS_DIR=/tmp/go-plugins" \
  -e "KONG_DECLARATIVE_CONFIG=/tmp/config.yml" \
  -e "KONG_PLUGINS=key-checker" \
  -e "KONG_PROXY_LISTEN=0.0.0.0:8080" \
  -p 8080:8080 \
  kong-demo

About

API Gateway With Kong in Golang


Languages

Language:Dockerfile 62.3%Language:Go 37.7%