Views:
The Trend Vision One API Security plugin for Kong Gateway delivers risk visibility for your Kong Gateways and protects their cloud-hosted infrastructure through Trend Vision One Cloud Risk Management and Container Security. The plugin connects your Kong environment to the Trend Vision One platform and is intended for Trend Vision One customers.
Note
Note
The Trend Vision One API Security plugin is not yet publicly available. To access the plugin, contact your Trend Vision One account team or send a request to alloftrend3rdpartyintegrations@trendmicro.com.
Key capabilities include:
  • API discovery and risk assessment: Discover Kong Gateways and their associated APIs, including checks for misconfiguration, authentication status, zombie APIs, and internet exposure.
  • Cloud infrastructure mapping: Map Kong Gateway 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 Trend Vision One Cloud Risk Management and Container Security licenses.
When enabled, the plugin periodically collects Kong Gateway configuration data, including routes, services, upstreams, targets, and plugins, and sends it to Trend Vision One for analysis and cloud infrastructure mapping. Trend Vision One then generates an API inventory, detects API Gateway misconfigurations, and correlates the Kong data plane node's compute instance with your cloud infrastructure through Cloud Risk Management.
After configuring the integration, you can view your Kong Gateway API collections and endpoints in Attack Surface Discovery. The API inventory includes risk insights such as asset risk scores based on misconfiguration checks, authentication and authorization status, integration type and resource, API activity in the past 30 days, and host infrastructure details.
API inventory view showing API collections behind Kong Gateway
API inventory view showing API collections behind Kong Gateway
Asset risk graph of Kong Gateway host infrastructure
Asset risk graph of Kong Gateway host infrastructure
You can also view the asset risk graph of Kong Gateway's host infrastructure to understand the relationship between host infrastructure resources in your cloud environment and get a comprehensive risk overview of the cloud infrastructure linked with Kong Gateway.
Note
Note
Cloud Risk Management solutions connect cloud resources and Container Security solutions connect Kubernetes resources including nodes, containers, images, and services.
For more information about the APIs page, see APIs.
Note
Note
  • The Manage assets permission in Attack Surface Discovery is required for integration with Kong Gateway. Trend Vision One will create an API key with the Operator role, which includes this permission. You can change this role to a more restrictive role if needed.
  • The Trend Vision One Kong Gateway integration supports Kong Gateway OSS or Enterprise version 2.71 or later.

Procedure

  1. Contact your Trend Vision One account team or send a request to alloftrend3rdpartyintegrations@trendmicro.com to access the plugin and installation instructions.
  2. In the Trend Vision One console, generate the API key to authenticate with Kong Gateway.
    1. Go to Workflow and AutomationThird-Party Integrations.
    2. Locate and click the Kong Gateway card.
    3. Click Generate.
    4. From the Expiration time list, choose how long before the API key expires. The default value is one year.
    5. Click Add.
    6. Copy the API key value. This value will not be shown again. We recommended that you copy and paste this value in a text editor so you do not lose it.
    7. Click Close.
  3. Copy the Endpoint URL from the Trend Vision One console. You will need this URL and the API key you just generated when configuring the plugin in Kong Gateway.
  4. Install the Trend Vision One API Security plugin on Kong Gateway by downloading and mounting the plugin file on your Kong Gateway system, both control plane and dataplane.
  5. Configure the plugin with the Endpoint URL and API key from the Trend Vision One console.
    The following example shows a basic plugin configuration:
    plugins:
    - name: trend-micro-kong-plugin-aps
      config:
        fqdn: <V1_ENDPOINT>
        token: <API_TOKEN_V1>
    Replace <V1_ENDPOINT> with the Endpoint URL and <API_TOKEN_V1> with the API key from step 1. The endpoint ensures data is routed to the appropriate data center based on the region of your Trend Vision One account.
Kong Gateway is added as a provider on the APIs screen in Attack Surface Discovery, where you can view details of the individual API endpoints contained in the collection.