This is an automated email from the ASF dual-hosted git repository. traky pushed a commit to branch update-jwe in repository https://gitbox.apache.org/repos/asf/apisix.git
commit 373f80a46358b5224de7beb08d3a95554ff24351 Author: Traky Deng <trakyd...@gmail.com> AuthorDate: Sun Jan 14 13:04:33 2024 -0600 update attribute reqs --- docs/en/latest/plugins/jwe-decrypt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/latest/plugins/jwe-decrypt.md b/docs/en/latest/plugins/jwe-decrypt.md index d255e1f03..e27ff3550 100644 --- a/docs/en/latest/plugins/jwe-decrypt.md +++ b/docs/en/latest/plugins/jwe-decrypt.md @@ -48,8 +48,8 @@ For Route: | Name | Type | Required | Default | Description | |--------|--------|----------|---------------|---------------------------------------------------------------------| -| header | string | False | authorization | The header to get the token from. | -| forward_header | string | False | authorization | Set the header name that passes the plaintext to the Upstream. | +| header | string | True | Authorization | The header to get the token from. | +| forward_header | string | True | Authorization | Set the header name that passes the plaintext to the Upstream. | | strict | boolean | False | true | If true, throw a 403 error if JWE token is missing from the request. If false, do not throw an error if JWE token cannot be found. | ## Example usage