The Salt Security Kong deployment is used to capture a mirror of application traffic and send it to the Salt Security Service for analysis. This plugin has low CPU and memory consumption and adds no latency to the application since it doesn’t sit in line with the production traffic. The plugin needs to see unencrypted traffic (after SSL termination) to enable the Salt Security service to perform analysis.

Salt Security
Third PartyThird Party: This plugin is developed, tested, and maintained by Salt Security.
Install the Salt Security plugin
You can install the Salt Security plugin for Kong Gateway via Luarocks.
Prerequisites
Obtain the plugin .rock
file from your Salt Security distributor.
Install
You can install the Salt Security plugin via LuaRocks.
A Lua plugin is distributed in .rock
format, which is
a self-contained package that can be installed locally or from a remote server.
-
Install the Salt Security plugin:
luarocks install kong-plugin-salt-agent-0.1.0-1.all.rock
-
Update your loaded plugins list in Kong Gateway.
In your
kong.conf
, appendsalt-agent
to theplugins
field. Make sure the field isn’t commented out.plugins = bundled,salt-agent
-
Restart Kong Gateway:
kong restart