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.
For a quick start of integrating Approov in your current Kong API Gateway please follow this guide.
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.
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.
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.
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.