• qiuqunfeng's avatar
    Add listener history endpoint and implement history logging · 7a0e8ca0
    qiuqunfeng authored
    - Introduce a new GET endpoint for listing listener history in the WAF router.
    - Implement ListListenerHistory method in the WafController to handle requests and return paginated results based on query parameters.
    - Enhance the WAF service to log listener creation and deletion events, capturing relevant details for auditing purposes.
    - Update the WafListenerHistory model and service methods to support querying and storing listener history data effectively.
    7a0e8ca0
waf.go 1.72 KB