Java (Javalin)
Requirements
Installation & Configuration
1
Install Zen Firewall by Aikido
curl -L https://github.com/AikidoSec/firewall-java/releases/latest/download/zen.zip -o zen.zip
unzip zen.zipcurl -L https://github.com/AikidoSec/firewall-java/releases/latest/download/zen.tar.gz -o zen.tar.gz
tar -xzf zen.tar.gz-javaagent:/opt/zen/agent.jardependencies {
implementation files('/opt/zen/agent_api.jar')
}<dependency>
<groupId>dev.aikido</groupId>
<artifactId>agent_api</artifactId>
<version>1.0</version>
<systemPath>/opt/zen/agent_api.jar</systemPath>
</dependency>2
4
5
Setup rate limiting in the dashboard



You are rate limited by Aikido firewall. (Your IP: 1.2.3.4)Last updated
Was this helpful?
