Skip to content

zakirkun/api-gateway-kong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 62.3%
  • Go 37.7%