Skip to content

approov/quickstart-kong_approov-plugin

Repository files navigation

APPROOV TOKEN PLUGIN FOR KONG

Learn how to integrate Approov in the Kong API Gateway by enabling the Approov Token check with the native Kong JWT plugin, and the optional Approov Token Binding check with the Approov plugin included in this repo.

APPROOV QUICK START

For a quick start of integrating Approov in your current Kong API Gateway please follow this guide.

APROOV DEMO

This demo has the goal of showing to both experienced and inexperienced Kong users how Approov can be integrated in the Kong API Gateway, and also includes the Approov Token Binding check, an advanced feature of Approov.

KONG ADMIN

In order to setup the Approov Token check in the quick start and in the demo we have used the Kong Admin API via curl requests, just like it is done in the official docs for Kong.

Step by Step

Read the Step by Step guide for learning how to use the ./kong-admin helper script, that wraps the curl requests to interact with the Kong Admin API in order to setup the demo.

Deep Dive

Take the deep dive to learn how to use the Kong Admin API with raw curl requests, and read the detailed explanations for each request.