This repo provides a development environment to help build Kong plugins using the JavaScript Plugin Development Kit (PDK).
Information on how to write your own plugins will be provided in an upcoming blog post.
This Docker Compose template provisions a Kong container using Kong declarative config.
To run this template execute:
$ docker-compose up
Kong will be available on port 8000
on your local machine.
Kong's documentation can be found at https://docs.konghq.com/.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.