Connect Akto with Envoy
If your agent requests are being routed through ENVOY, you can use Akto's ENVOY module to send agent traffic to Akto dashboard. This module can also be used with Istio service mesh, because it is based on ENVOY proxy. Below guide will help you do this:

Creating AWS Policy
1. Go to Quick Start on your Akto dashboard and expand the Connect discovery agents section.

2. Scroll down to Discovery agents infrastructure section.

3. Copy the policy json and click on the Akto Dashboard role link.

4. Click on the JSON tab and paste the policy

5. Click on Review policy button.

6. Enter AktoDashboardPolicy as the policy name and click on Create Policy button

8. Once the policy is created, go back to the dashboard.
Setting up Discovery agents infrastructure
1. Click on Setup Akto Traffic Processor button.
2. This will bring up infra that will process your agent traffic.
3. Check that you have AKTO_NLB var once setup is complete.
Adding Akto traffic collector
Download the following repository to the folder with envoy.yaml file and rename it as "lib".
Add the following lines to the docker-compose.yaml file for the envoy proxy container.
Add the following lines to the envoy.yaml fie under the filters section.
Add an environment variable for AKTO_KAFKA_IP to the docker-compose.yaml file
Restart your envoy proxy container.
Last updated