Dual Docker: NGINX/Kong/Envoy + Security Agent
Step 1: Pull agent container image
Step 2: Obtain the registration token
Step 3: Run the agent
docker run -d --name=agent-container --ipc=host -v=<path to persistent location for agent config>:/etc/cp/conf -v=<path to persistent location for agent data files>:/etc/cp/data -v=<path to persistent location for agent debugs and logs>:/var/log/nano_agent –e https_proxy=<user:password@Proxy address:port> -it <agent-image> /cp-nano-agent --token <token>Step 4: Replace the NGINX container with the Check Point NGINX container
Step 5: Modify the run command
Step 6: Deploy the two containers
Step 7: Configure SSL certificates (optional if the servers do not use HTTPS)
Step 8: Verify installation
Step 1: Pull agent container image
Step 2: Obtain the registration token
Step 3: Run the agent
Step 4: Replace the Kong container with the Check Point Kong container
Step 5: Modify the run command
Step 6: Deploy the two containers
Step 7: Configure SSL certificates (optional if the servers do not use HTTPS)
Step 8: Verify installation
Step 1: Pull agent container image
Step 2: Obtain the registration token
Step 3: Run the agent
Step 4: Replace the Envoy container with the Check Point Envoy container
Step 5: Load the CloudGuard WAF attachment in the proxy configuration
Step 6: Deploy the two containers
Step 7: Configure SSL certificates (optional if the servers do not use HTTPS)
Step 8: Verify installation
Last updated
Was this helpful?