Skip to content

Commit def19c5

Browse files
committed
Point edge filter example to standalone product
1 parent cbc5f85 commit def19c5

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

examples/edge-security-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "edge-security-filter"
33
version = "1.0.0"
44
edition = "2021"
5-
description = "Production-grade edge security and observability filter for vmod-wasm"
5+
description = "Reference edge security and observability filter for vmod-wasm tests"
66
license = "BSD-2-Clause"
77

88
[lib]

examples/edge-security-filter/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# Edge Security Filter
1+
# Edge Security Filter Reference
22

3-
A production-grade Proxy-Wasm module demonstrating the full vmod-wasm ABI surface with a realistic edge security and observability use case.
3+
This directory is the vmod-wasm integration-test reference for the standalone
4+
[vmod-wasm Edge Security Filter](https://github.com/RamazanKara/vmod-wasm-edge-security-filter).
5+
6+
Use the standalone repository and its release assets for production deployment.
7+
This in-tree copy intentionally stays close to the VMOD test suite so vmod-wasm
8+
can keep exercising Proxy-Wasm headers, body callbacks, shared data, metrics,
9+
HTTP callouts, and local responses without depending on a network checkout.
410

511
## Features
612

examples/edge-security-filter/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Edge Security Filter — a production-grade Proxy-Wasm module for vmod-wasm.
1+
//! Edge Security Filter reference module for vmod-wasm integration tests.
22
//!
33
//! Demonstrates the full Proxy-Wasm ABI v0.2.1 surface:
44
//! - Request/response header manipulation

0 commit comments

Comments
 (0)