Skip to main content

Kong Python Plugin Server

Project description

kong-python-pluginserver

PyPI version

Plugin server for Python language support in Kong plugin.

Requires Kong >= 2.0.0.

Install the plugin server

pip3 install kong-pluginserver
# Replace the go-pluginserver with python plugin server
cp /usr/local/bin/kong-pluginserver /usr/local/bin/go-pluginserver

Configure Kong

Add the following line into kong.conf:

plugins=bundled,py-hello,py-image
go_plugins_dir=/your/path/to/python/plugins/dir

For example, to test examples, clone kong-python-pluginserver to /dir1/kong-python-pluginserver and set go_plugins_dir to /dir1/kong-python-pluginserver/examples

Enable the plugin

Same step as it's a Lua plugin.

Notes

  • All PDK API supported by Go Plugin Server is supported.
  • The plugin server is implemented by gevent module for now, thus only one CPU core will be used. If your plugin is CPU-hungry, consider run the plugin instance in a seperate process and implement a piping IPC.
  • Currently you can't run Go plugins and Python plugins at the same time, as Kong only accepts one plugin server socket.

TODO

  • Process per instance
  • Tests
  • Hot reload

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kong_pluginserver-0.12.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distributions

kong_pluginserver-0.12-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

kong_pluginserver-0.12-py2-none-any.whl (10.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page