Ruby on Rails
Requirements
Installation & Configuration
1
2
Start Zen Firewall in dry / detection-only mode
AIKIDO_BLOCK=false AIKIDO_TOKEN=AIK_RUNTIME_ bundle exec rails sAIKIDO_TOKEN=AIK_RUNTIME_AIKIDO_BLOCK=false# config/credentials.yml.enc
zen:
token: "AIKIDO_RUNTIME_..."# config/initializers/zen.rb
Rails.application.config.zen.token = Rails.application.credentials.zen.token4
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?
