nokia / kong-oidc

OIDC plugin for Kong
Apache License 2.0
454 stars 321 forks source link

How to add plugin to kong #34

Closed chantachet closed 6 years ago

chantachet commented 6 years ago

I'm newbie and try to add this plugin to kong docker. Please teach me step by step.

Trojan295 commented 6 years ago

Simply run luarocks install kong-oidc and export KONG_CUSTOM_PLUGINS=oidc in the Dockerfile.

For configuration details check the README.md.