Skip to content

Commit 5a75178

Browse files
authored
add envoy gateway documentation (#1047)
* add envoy gateway documentation * appsec for envoy update
1 parent d71ce1a commit 5a75178

File tree

5 files changed

+963
-0
lines changed

5 files changed

+963
-0
lines changed

crowdsec-docs/docs/appsec/intro.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ The AppSec Component works seamlessly with modern web servers and reverse proxie
8181
<a href="quickstart/traefik">Quick Start Guide →</a>
8282
</div>
8383

84+
<div style={{display: 'flex', flexDirection: 'column', gap: '12px', padding: '16px', border: '1px solid #e5e7eb', borderRadius: '8px', alignItems: 'center', textAlign: 'center'}}>
85+
<strong>Envoy Gateway</strong>
86+
<a href="quickstart/envoy-gateway">Quick Start Guide →</a>
87+
</div>
88+
8489
<div style={{display: 'flex', flexDirection: 'column', gap: '12px', padding: '16px', border: '1px solid #e5e7eb', borderRadius: '8px', alignItems: 'center', textAlign: 'center'}}>
8590
<img src="/img/haproxy-logo.png" alt="HAProxy" style={{height: '50px', objectFit: 'contain'}} />
8691
<strong>HAProxy</strong>
@@ -134,6 +139,7 @@ This lets scenarios leverage WAF rule events, such as extending a ban for an IP
134139
You can follow our quick start guides depending on your web server:
135140

136141
- [Nginx/OpenResty](quickstart/nginxopenresty)
142+
- [Envoy Gateway](quickstart/envoy-gateway)
137143
- [Traefik](quickstart/traefik)
138144
- [HAProxy (SPOA)](quickstart/haproxy_spoa)
139145
- [WordPress](quickstart/wordpress)

0 commit comments

Comments
 (0)