Traceable.ai

Premium PartnerThird Party
Related Documentation
Made by
Minimum Version
Kong Gateway - 3.4
Tags
Premium Partner: This plugin is developed, tested, and maintained by Traceable.ai.

Traceable’s Kong plugin lets Traceable capture a copy of the API traffic, both request and response data, that is flowing through Kong Gateway. The plugin then forwards the data to a locally running Traceable module extension (TME).

Using this data, Traceable is able to create a security posture profile of APIs hosted on Kong Gateway. Based on its findings, the Traceable plugin can also block traffic coming from malicious actors and IPs into Kong Gateway.

Install the Traceable plugin

Prerequisites

The Traceable Kong Plugin requires a Traceable Platform Agent to be deployed in your environment. For complete deployment instructions of the Traceable Platform Agent, visit the traceable.ai docs site.

Install

Once you have deployed a Traceable Platform Agent, you are ready to install the plugin using the LuaRocks package manager:

  1. Install the Traceable plugin:

    luarocks install kong-plugin-traceable
    
  2. Update your loaded plugins list in Kong Gateway.

    In your kong.conf, append traceable to the plugins field. Make sure the field isn’t commented out.

    plugins = bundled,traceable
    
  3. Restart Kong Gateway:

    kong restart
    
Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!