diff --git a/daprdocs/data/components/middleware/http.yaml b/daprdocs/data/components/middleware/http.yaml index 06295a53f..5881fbd5d 100644 --- a/daprdocs/data/components/middleware/http.yaml +++ b/daprdocs/data/components/middleware/http.yaml @@ -23,8 +23,18 @@ state: Alpha version: v1 description: Applies [Rego/OPA Policies](https://www.openpolicyagent.org/) to incoming Dapr HTTP requests +- component: Sentinel + link: middleware-sentinel + state: Alpha + version: v1 + description: Use Sentinel middleware to guarantee the reliability and resiliency of your application - component: Uppercase link: middleware-uppercase state: Stable version: v1 description: Converts the body of the request to uppercase letters (demo) +- component: WASM + link: middleware-wasm + state: Alpha + version: v1 + description: Use WASM middleware in your HTTP pipeline