Skip to content

Conversation

@LaurenceJJones
Copy link
Member

"update readme.md"

- Add badges for Go version and license
- Add detailed features section highlighting key capabilities
- Add Mermaid sequence diagram showing complete request flow
- Add architecture section explaining hybrid storage approach
- Add configuration examples for HAProxy and SPOA
- Add monitoring section with Prometheus metrics examples
- Add development section with build/test instructions
- Improve overall structure and formatting
- Add CrowdSec AppSec as separate participant in Mermaid diagram
- Show AppSec receiving HTTP request data from SPOA
- Show AppSec analyzing requests and potentially overriding remediation
- Update request flow details to explain AppSec integration
- Update Mermaid diagram to show AppSec is called when remediation = allow OR AlwaysSend = true
- Update request flow details to explain AlwaysSend behavior
- AppSec can analyze requests even when remediation is ban/captcha if AlwaysSend is enabled
- Remove CrowdSec acknowledgment (internal project)
- Add links to BART GitHub repository wherever mentioned
- Promote BART by linking it in features and architecture sections
- Show client sending HTTP request to HAProxy as the initial step
- Clarify the sequence of events starting from client request
- Show SPOA actively polling LAPI every X seconds
- Update note to reflect polling behavior
- Captcha validation updates remediation to allow
- Flow naturally falls through to Remediation = allow branch
- Update initial request to show HTTP or TCP
- Add conditional branches for HTTP vs TCP processing
- Show different message types (crowdsec-http vs crowdsec-tcp)
- Show different response handling for TCP (connection close vs forward)
- AppSec only applies to HTTP requests
- Properly nest HTTP response handling within HTTP branch
- Add TCP response handling (close connection vs forward)
- Move message type selection into HTTP/TCP conditional branches
- Each branch shows its specific message type and processing
- Eliminates duplicate 'TCP request' references
@LaurenceJJones LaurenceJJones changed the title docs: improve README with comprehensive flow diagram and documentation docs(readme): improve with comprehensive flow diagram Dec 3, 2025
@LaurenceJJones LaurenceJJones added this to the 0.3.0 milestone Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants