Skip to content

Commit

Permalink
docs: fix two typos in jwt_authn_filter (envoyproxy#14796)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Jernas <[email protected]>
Signed-off-by: Auni Ahsan <[email protected]>
  • Loading branch information
deejay1 authored and auni53 committed Jan 25, 2021
1 parent b611489 commit af14fe5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <token>

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit af14fe5

Please sign in to comment.