- 05 Mar, 2025 4 commits
-
-
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
-
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
-
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
-
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
-