From 21a24ac1e15112d87139ccaf14dafc07ab16ff82 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Mon, 3 Oct 2022 15:28:31 +1100 Subject: [PATCH] docs: fix envoy docs (#4119) --- docs/content/en/integration/proxies/envoy.md | 4 ++-- docs/content/en/integration/proxies/support.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/en/integration/proxies/envoy.md b/docs/content/en/integration/proxies/envoy.md index b887dc1ea..0099b396e 100644 --- a/docs/content/en/integration/proxies/envoy.md +++ b/docs/content/en/integration/proxies/envoy.md @@ -44,9 +44,9 @@ Below you will find commented examples of the following configuration: * Authelia Portal * Protected Endpoint (Nextcloud) -### Theoretical Example +### Example -Support for [Envoy] should be possible via [Envoy]'s +Support for [Envoy] is possible with Authelia v4.37.0 and higher via [Envoy]'s [external authorization](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto.html#extensions-filters-http-ext-authz-v3-extauthz). {{< details "docker-compose.yaml" >}} diff --git a/docs/content/en/integration/proxies/support.md b/docs/content/en/integration/proxies/support.md index a378f8871..03c1135a7 100644 --- a/docs/content/en/integration/proxies/support.md +++ b/docs/content/en/integration/proxies/support.md @@ -87,7 +87,7 @@ available in [Kubernetes]. You would likely have to build your own [HAProxy] ima ### Envoy -[Envoy] is currently only partially documented however it is technically supported via [Envoy]'s +[Envoy] is supported with Authelia v4.37.0 and higher via [Envoy]'s [external authorization](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto.html#extensions-filters-http-ext-authz-v3-extauthz). ### Caddy