Skip to main content

Kong PDK for Python and Plugin Server

Project description

kong-python-pluginserver

PyPI version

Plugin server and PDK (Plugin Development Kit) for Python language support in Kong.

Requires Kong >= 2.3.0.

Install the plugin server

pip3 install kong-pdk

Usage

usage: kong-pluginserver.py [-h] [-p prefix] [-v] [--version]
                            [--socket-name SOCKET_NAME] [-m | -g] -d directory
                            [--dump-plugin-info name] [--dump-all-plugins]

Kong Python Plugin Server.

optional arguments:
  -h, --help            show this help message and exit
  -p prefix, --kong-prefix prefix, -kong-prefix prefix
                        unix domain socket path to listen
  -v, --verbose         turn on verbose logging
  --version, -version   show program's version number and exit
  --socket-name SOCKET_NAME
                        socket name to listen on
  -m, --multiprocessing
                        enable multiprocessing
  -g, --gevent          enable gevent
  -d directory, --plugins-directory directory, -plugins-directory directory
                        plugins directory
  --dump-plugin-info name, -dump-plugin-info name
                        dump specific plugin info into stdout
  --dump-all-plugins, -dump-all-plugins
                        dump all plugins info into stdout

Configure Kong

Add the following line into kong.conf:

plugins=bundled,py-hello,py-image
pluginserver_names=go, py
pluginserver_py_socket=/usr/local/kong/python_pluginserver.sock
pluginserver_py_start_cmd=/usr/local/bin/kong-python-pluginserver -d /dir/to/kong-python-pdk/examples
pluginserver_py_query_cmd=/usr/local/bin/kong-python-pluginserver -d /dir/to/kong-python-pdk/examples --dump-all-plugins

For example, to test examples, clone kong-python-pdk to /dir/to/kong-python-pdk.

To use seperate instance for each plugin, use:

plugins=bundled,py-hello,py-image
pluginserver_names=go, py-hello, py-image

pluginserver_py_hello_socket=/usr/local/kong/py_hello.sock
pluginserver_py_hello_start_cmd=/dir/to/kong-python-pdk/examples/py-hello.py
pluginserver_py_hello_query_cmd=/dir/to/kong-python-pdk/examples/py-hello.py -d

pluginserver_py_image_socket=/usr/local/kong/py_image.sock
pluginserver_py_image_start_cmd=/dir/to/kong-python-pdk/examples/py-image.py
pluginserver_py_image_query_cmd=/dir/to/kong-python-pdk/examples/py-image.py -d

Enable the plugin

Same step as it's a Lua plugin.

Notes

  • All PDK API supported by Go Plugin Server is supported.
  • If your plugins are CPU intensive, consider using multiprocessing mode (-m flag) or run the plugin instance in a seperate process (examples/py-hello.py as an example) to distribute workloads to multicore.
  • If your plugins are I/O intensive, considering using gevent mode (-g flag) and use gevent libraries in the plugin.

TODO

  • Tests
  • Hot reload

Unreleased

0.2.5 - 2021-06-24

fix

0.2.4 - 2021-06-17

fix

  • check correct flags existence in dedicated server (#10) b18dd45

0.2.3 - 2021-05-13

feat

fix

  • display defaults on cli and print PluginServerException to warning 13991ec
  • skip running cleanup timer e10c098
  • standarlize error on instance not found 0dfc94f

0.2.2 - 2021-03-29

feat

fix

  • correct license in setup.py (#3) b257c98
  • threading mode pipe and styles 6f73ac7
  • enable plugin server without gevent mode a29c4d7

0.2.1 - 2021-02-24

feat

fix

  • disable gevent in multiprocessing and make it optional 5b6fb68
  • chmod+x on examples 1f5905d

0.2.0 - 2021-02-22

feat

  • exit server if parent is dead 0ee2183
  • embed server in plugin af55deb

fix

  • sync with Kong 2.3 update d42de7e

refactor

  • rename kong_pluginserver to kong_pdk e802627

0.1.2 - 2020-02-21

fix

0.1.1 - 2020-02-20

0.1.0 - 2020-01-03

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_pdk-0.25.tar.gz (27.0 kB view details)

Uploaded Source

Built Distributions

kong_pdk-0.25-py3-none-any.whl (34.0 kB view details)

Uploaded Python 3

kong_pdk-0.25-py2-none-any.whl (34.0 kB view details)

Uploaded Python 2

File details

Details for the file kong_pdk-0.25.tar.gz.

File metadata

  • Download URL: kong_pdk-0.25.tar.gz
  • Upload date:
  • Size: 27.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for kong_pdk-0.25.tar.gz
Algorithm Hash digest
SHA256 6e0043aa7459a6d3dcfe0cd64e3d954f9d3366e849e5c3c6426c2720a5211d92
MD5 b827836bdb2c9c03c6deeb3aef4cb90d
BLAKE2b-256 06329b9ea15b70f74ca2d2623246142a79ccc6eed60aa2986e2c09e4c5fb4f89

See more details on using hashes here.

File details

Details for the file kong_pdk-0.25-py3-none-any.whl.

File metadata

  • Download URL: kong_pdk-0.25-py3-none-any.whl
  • Upload date:
  • Size: 34.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for kong_pdk-0.25-py3-none-any.whl
Algorithm Hash digest
SHA256 7059fdf0972eeaa7e598ce604a283fcc75a50e021e10738d147a5da200563bf4
MD5 4f9664f8c8c8d850d8433d863fdb5b1c
BLAKE2b-256 5fb08ce9411ee9841fa8d0eae0e4113c3b0ff6d18773ddf111108b1c282e1acb

See more details on using hashes here.

File details

Details for the file kong_pdk-0.25-py2-none-any.whl.

File metadata

  • Download URL: kong_pdk-0.25-py2-none-any.whl
  • Upload date:
  • Size: 34.0 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for kong_pdk-0.25-py2-none-any.whl
Algorithm Hash digest
SHA256 3dbd9b9e945ff6b3dfcbdd44ebf1d8fe0205a46ad581d3082bbc82185f10ace2
MD5 6a70d647633847b6852ebbb0e37d5b68
BLAKE2b-256 976f58ecde890b739b5ce87c4623fe86c36fa5e3373ab744c4705ebda0ad3869

See more details on using hashes here.

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