Kong
This page documents an inbound integration with your Kong API Gateway.
Install the Spherical Defense plugin
## get into the kong docker container
docker exec -u root -it <DOCKER_CONTAINER_NAME> sh
## install spherical defense (note the luarocks package name!)
luarocks install sphericaldefence
export KONG_PLUGINS=sphericaldefence,$KONG_PLUGINS
## restart kong
kong prepare
kong reloadAdding to your Kong deployment
Adding to a Service
Adding to a Route
Additional Documentation
Last updated