Enable the TrendAI API Security plugin
Enable the TrendAI API Security plugin to send data to TrendAI Vision One.
In the following example, the TrendAI API Security plugin is configured with a TrendAI Vision One API Key to send configuration data to TrendAI Vision One every hour. The TrendAI Vision One endpoint ensures data is routed to the appropriate data center based on the region of your TrendAI Vision One account.
The TrendAI Vision One for Kong Gateway plugin relies on a Trend Vision One API key and endpoint URL. Ensure you have copied these parameters from the Kong Gateway Third-Party Integrations page in Trend Vision One. We recommend storing and managing this key in a Vault. See Secrets Management for more details.
Prerequisites
-
Download and install the TrendAI API Security plugin.
-
Copy the Trend Vision One API key and endpoint URL (
fqdn) from the Kong Gateway Third-Party Integrations page in Trend Vision One.
Environment variables
-
V1_ENDPOINT: The TrendAI Vision One endpoint URL (fqdn) copied from the Kong Gateway Third-Party Integrations page in Trend Vision One. For example,export V1_ENDPOINT=https://api.xdr.trendmicro.com. -
TREND_API_KEY: The Trend Vision One API key exported as an environment variable. For example,export TREND_API_KEY={api_key}.