Node/VM/EC2
Install and attach K2's Ruby Language Agent with your Ruby application hosted on Node/VM/EC2 for Runtime Self Application Protection.
Prerequisites
Docker
Steps to Protect Ruby Application
gem install --install-dir /opt/k2-ic/k2-ruby-agent /opt/k2-ic/k2-ruby-agent.gegem 'k2agent', path: '/opt/k2-ic/k2-ruby-agent/gems/k2agent-0.1.0'require 'k2agent'APP_PORT=<appliction-port-number>bundle install
Non Docker
Steps to protect Ruby Application
Last updated
Was this helpful?