kayx23 commented on code in PR #10883:
URL: https://github.com/apache/apisix/pull/10883#discussion_r1470561858
##########
docs/en/latest/plugins/jwe-decrypt.md:
##########
@@ -38,11 +38,11 @@ This Plugin adds an endpoint `/apisix/plugin/jwe/encrypt`
for JWE encryption. Fo
For Consumer:
-| Name | Type | Required
| Default | Valid values | Description
|
-|---------------|---------|-------------------------------------------------------|---------|-----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| key | string | True
| | | Unique key for a Consumer.
|
-| secret | string | True
| | | The decryption key. The key could
be saved in a secret manager using the [Secret](../terminology/secret.md)
resource. |
-| is_base64_encoded | boolean | False
| false | | Set to true if the secret is
base64 encoded.
|
+| Name | Type | Required
| Default | Valid values | Description
|
+|---------------|---------|-------------------------------------------------------|---------|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
+| key | string | True
| | | Unique key for a Consumer.
|
+| secret | string | True
| | | The decryption key. The key could
be saved in a secret manager using the [Secret](../terminology/secret.md)
resource. (Must be 32 chars) |
Review Comment:
```suggestion
| secret | string | True
| | | The decryption key. Must be 32
characters. The key could be saved in a secret manager using the
[Secret](../terminology/secret.md) resource. |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]