Kong 0.12 docker image with middleman plugin 0.1.1-1 already installed
Kong requests a service or URL before reaching the final one. If an HTTP response code < 300 is returned, the request is accepted. If it is >= 300 request would be rejected
Requirements
- Docker
$ git clone https://github.com/mdemou/kong-middleman
$ cd kong-middleman
$ docker build kong-middleman:${imagenumber} .
$ docker run --rm \
-e "KONG_DATABASE=postgres" \
-e "KONG_CASSANDRA_CONTACT_POINTS={{ RDS-Endpoint }}" \
-e "KONG_PG_DATABASE={{ DB Name }}" \
-e "KONG_PG_HOST={{ RDS-Endpoint }}" \
-e "KONG_PG_USER={{ DB Name }}" \
-e "KONG_PG_PASSWORD={{ DB Password }}" \
kong-middleman:${imagenumber}
Feel free to ask for support, or pull requests with improvements this repository. I will be very happy to hear from you, and make this as useful as possible
It is great to share this with all of you, and could be useful :)
Check LICENSE file
GitHub @mdemou