TrendAI API Security

Third Party
Related Documentation
Made by
Minimum Version
Kong Gateway - 2.7
Tags
Third Party: This plugin is developed, tested, and maintained by TrendAI.

The TrendAI API Security plugin delivers risk visibility for your Kong Gateways and protects their cloud-hosted infrastructure through TrendAI Vision One Cloud Risk Management and Container Security.

This plugin connects your Kong environment to the TrendAI Vision One platform, and is intended for TrendAI Vision One customers.

Key benefits include:

  • Discovery and risk assessment of Kong Gateways and their associated APIs, including checks for misconfiguration, authentication status, zombie APIs, and internet exposure.
  • Kong Gateway mapping within your cloud infrastructure to show its location and surrounding context. This visibility helps you understand the cloud environment around Kong Gateway and protect the underlying cloud infrastructure. Requires TrendAI Vision One Cloud Risk Management and Container Security licenses.

How it works

When enabled, the TrendAI API Security plugin periodically collects Kong Gateway configuration data from Routes, Services, Upstreams, Targets, and Plugins, and sends it to the TrendAI Vision One backend for analysis and cloud infrastructure mapping. TrendAI Vision One then generates an API Inventory, detects API Gateway misconfigurations, and correlates the Kong Gateway data plane node’s compute instance with your cloud infrastructure through TrendAI Vision One Cloud Risk Management.

Install the TrendAI API Security plugin

You can install the TrendAI API Security plugin by downloading and mounting its files on Kong Gateway’s system.

Prerequisites

Installation steps

The following instructions use LuaRocks to install the plugin from a source archive. For other installation methods, please refer to the documentation from Kong.

  1. Transfer the plugin source code to your Kong Gateway node.
  2. Ensure LuaRocks is installed in your Kong Gateway node.
  3. Unzip the plugin contents and change your terminal’s current directory to the extracted archive where the .rockspec file is located:

     cd trend-micro-kong-plugin-aps-main
    
  4. Run the following command to install the plugin:

     luarocks make
    

Next, refer to the installation instructions based on your deployment type.

Configuring the plugin

To enable and configure the plugin, see the plugin setup example.

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!