summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/DEVELOPMENT.md5
1 files changed, 5 insertions, 0 deletions
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: