mirror of https://github.com/dapr/docs.git
add wasm and sentinel to table (#2622)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
This commit is contained in:
parent
474b483dfe
commit
6b89f527f9
|
@ -23,8 +23,18 @@
|
||||||
state: Alpha
|
state: Alpha
|
||||||
version: v1
|
version: v1
|
||||||
description: Applies [Rego/OPA Policies](https://www.openpolicyagent.org/) to incoming Dapr HTTP requests
|
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
|
- component: Uppercase
|
||||||
link: middleware-uppercase
|
link: middleware-uppercase
|
||||||
state: Stable
|
state: Stable
|
||||||
version: v1
|
version: v1
|
||||||
description: Converts the body of the request to uppercase letters (demo)
|
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
|
||||||
|
|
Loading…
Reference in New Issue