Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix two typos in jwt_authn_filter #14796

Merged
merged 1 commit into from
Jan 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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