1. 19 Mar, 2025 5 commits
    • qiuqunfeng's avatar
      Implement Update and Enable methods for Black/White List in WAF service · d3c57913
      qiuqunfeng authored
      - Add UpdateBlackWhiteList method in WafController to handle updates to black/white list entries
      - Introduce EnableBlackWhiteList method in WafController for enabling/disabling black/white lists
      - Enhance WafService with logic to update and manage configuration maps for black/white lists
      - Ensure proper error handling and response assembly for both methods
      d3c57913
    • qiuqunfeng's avatar
      debug · f20be61b
      qiuqunfeng authored
      f20be61b
    • qiuqunfeng's avatar
      debug · ca1f82d6
      qiuqunfeng authored
      ca1f82d6
    • qiuqunfeng's avatar
      debug · eaa62633
      qiuqunfeng authored
      eaa62633
    • qiuqunfeng's avatar
      debug · 0ecd4716
      qiuqunfeng authored
      0ecd4716
  2. 18 Mar, 2025 2 commits
    • qiuqunfeng's avatar
      Add ListWafs endpoint and service method for WAF management · f9077078
      qiuqunfeng authored
      - Introduce ListWafs method in WafController to retrieve a list of WAF services
      - Update WAF router to include new GET routes for listing WAFs
      - Implement ListWafs method in the service layer to fetch WAF data from the database
      - Enhance the MatcherExpr and WafService structures to support new functionality
      f9077078
    • qiuqunfeng's avatar
      Add labels to ConfigMap creation in WAF service · efd47f51
      qiuqunfeng authored
      - Introduce a label to the ConfigMap for black/white list to enhance identification and management
      - Add logging for the ConfigMap name to improve visibility during configuration creation
      efd47f51
  3. 17 Mar, 2025 2 commits
  4. 14 Mar, 2025 5 commits
  5. 11 Mar, 2025 1 commit
    • qiuqunfeng's avatar
      Add ServiceID to WAF creation and enable listener WAF flow · a4c820e1
      qiuqunfeng authored
      - Extend CreateWafReq struct with ServiceID field
      - Update CreateWaf method to include ServiceID in WAF configuration
      - Implement getServiceID method to retrieve or create WAF service
      - Modify EnableListenerWaf to handle ServiceID retrieval and creation
      - Ensure consistent WAF service tracking across different operations
      a4c820e1
  6. 07 Mar, 2025 9 commits
  7. 06 Mar, 2025 1 commit
    • qiuqunfeng's avatar
      Add Elasticsearch-based WAF attack log and rule listing endpoints · 79468cd7
      qiuqunfeng authored
      - Integrate Elasticsearch client for querying WAF attack logs
      - Add new API endpoints for listing attack logs and WAF rules
      - Implement pagination and filtering for attack log retrieval
      - Support language-based rule category display
      - Update service and controller layers to support new functionality
      79468cd7
  8. 05 Mar, 2025 7 commits
  9. 04 Mar, 2025 8 commits