Enable Discovery debug logging for production troubleshooting

- Add DISCOVERY_LOG_LEVEL=debug
- Add DISCOVERY_SHOW_PROGRESS=true
- Temporary changes for debugging InitializerProcessor fixes on production
This commit is contained in:
2025-08-11 20:13:26 +02:00
parent 59fd3dd3b1
commit 55a330b223
3683 changed files with 2956207 additions and 16948 deletions

View File

@@ -0,0 +1,31 @@
# Security Patterns
This guide covers security best practices and patterns used in the framework.
## OWASP Event Integration
TODO: Document OWASP security event handling
## Web Application Firewall (WAF)
TODO: Document WAF usage and configuration
## Authentication & Authorization
TODO: Document auth patterns and IP-based authentication
## CSRF Protection
TODO: Document CSRF token handling
## Security Headers
TODO: Document security headers configuration
## Input Validation
TODO: Document input validation and sanitization
## Security Best Practices
TODO: List general security guidelines