From 9ecfd8ad7fe60f45cc9358f3c84fed3c8e7f98e0 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 12 May 2025 14:19:17 -0600 Subject: docs: add links to envoy documentation for each filter --- share/man/DEVELOPMENT.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share') diff --git a/share/man/DEVELOPMENT.md b/share/man/DEVELOPMENT.md index f8a00bb..9d4eaf6 100644 --- a/share/man/DEVELOPMENT.md +++ b/share/man/DEVELOPMENT.md @@ -66,6 +66,11 @@ You can refer to the `Dockerfile` in the root of this repository to determine th exact version of Envoy required. To install Envoy locally, follow the [official installation guide](https://www.envoyproxy.io/docs/envoy/latest/start/install). +Sparkle uses the following Envoy Filters: + +* [envoy.filters.http.oauth2](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/oauth2_filter) +* [envoy.filters.http.router](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter) + ## Usage You can run Sparkle and Envoy either natively or in Docker: -- cgit v1.2.3