From fd3a9424a4a3e44b1474475d38c6a04752cd381e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= Date: Fri, 22 Jan 2021 17:52:20 +0100 Subject: [PATCH] docs: fix two typos in jwt_authn_filter (#14796) Signed-off-by: Lukasz Jernas --- .../root/configuration/http/http_filters/jwt_authn_filter.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/root/configuration/http/http_filters/jwt_authn_filter.rst b/docs/root/configuration/http/http_filters/jwt_authn_filter.rst index f8634e2971bc..814deed6b16c 100644 --- a/docs/root/configuration/http/http_filters/jwt_authn_filter.rst +++ b/docs/root/configuration/http/http_filters/jwt_authn_filter.rst @@ -45,7 +45,7 @@ JwtProvider Default Extract Location ~~~~~~~~~~~~~~~~~~~~~~~~ -If *from_headers* and *from_params* is empty, the default location to extract JWT is from HTTP header:: +If *from_headers* and *from_params* is empty, the default location to extract JWT is from HTTP header:: Authorization: Bearer @@ -81,7 +81,7 @@ Remote JWKS config example cache_duration: seconds: 300 -Above example fetches JWSK from a remote server with URL https://example.com/jwks.json. The token will be extracted from the default extract locations. The token will not be forwarded to upstream. JWT payload will not be added to the request header. +Above example fetches JWKS from a remote server with URL https://example.com/jwks.json. The token will be extracted from the default extract locations. The token will not be forwarded to upstream. JWT payload will not be added to the request header. Following cluster **example_jwks_cluster** is needed to fetch JWKS.