Code development platform for open source projects from the European Union institutions

Skip to content

Add WAF mode flag

David Jose DELASSUS requested to merge waf-mode-flag into main

Decision record

We want to be able to easily switch between 2 behaviors for the WAF:

  • warning: the WAF should detect illegitimate requests, but not block them
  • blocking: the WAF should block illegitimate requests

Changes

  • Add EC_RPS_WAF_MODE environment variable to container
  • 📝 Update documentation
  • 🔖 v0.6.0

Merge request reports

Loading