1. 05 Mar, 2025 4 commits
    • qiuqunfeng's avatar
      Enhance SSO authentication middleware with robust HTTP client configuration · eba4454a
      qiuqunfeng authored
      - Add timeout and TLS configuration to HTTP client in AuthMiddleware
      - Enable insecure TLS connection for SSO service requests
      - Log errors for failed SSO authentication requests
      - Improve error handling and network resilience in authentication process
      eba4454a
    • qiuqunfeng's avatar
      Add error logging to SSO authentication middleware · f4330099
      qiuqunfeng authored
      - Integrate zerolog for detailed error logging in AuthMiddleware
      - Log errors when reading SSO response body or unmarshaling response
      - Improve error traceability during authentication process
      f4330099
    • qiuqunfeng's avatar
      Enable authentication middleware for API routes · 0fd78686
      qiuqunfeng authored
      - Uncomment and activate AuthMiddleware in router configuration
      - Add conditional skip for ping endpoint in authentication middleware
      - Restore authentication checks for both release and debug modes
      0fd78686
    • qiuqunfeng's avatar
      Add Kafka log consumer with dynamic authentication and configuration · b0527e79
      qiuqunfeng authored
      - Implement dynamic Kafka authentication mechanism (PLAIN/SCRAM)
      - Add environment variable-based Kafka broker and authentication configuration
      - Modify log consumer service to support flexible Kafka connection setup
      - Update Elasticsearch store initialization with new index template
      - Extend WAF service types to support listener name and hosts
      b0527e79