kayx23 commented on code in PR #10883:
URL: https://github.com/apache/apisix/pull/10883#discussion_r1470562408
##########
docs/zh/latest/plugins/jwe-decrypt.md:
##########
@@ -38,11 +38,11 @@ description: 本文档包含了关于 APISIX jwe-decrypt 插件的相关信息
Consumer 配置:
-| 名称 | 类型 | 必选项 | 默认值 | 有效值 | 描述
|
-|---------------|---------|-------|-------|-----|----------------------------------------------------------------------|
-| key | string | True | | | Consumer 的唯一 key
|
-| secret | string | True | | | 解密密钥。秘钥可以使用
[Secret](../terminology/secret.md) 资源保存在密钥管理服务中(最小 32 位) |
-| is_base64_encoded | boolean | False | false | | 如果密钥是 Base64 编码,则需要配置为
`true` |
+| 名称 | 类型 | 必选项 | 默认值 | 有效值 | 描述
|
+|---------------|---------|-------|-------|-----|-------------------------------------------------------------------|
+| key | string | True | | | Consumer 的唯一 key
|
+| secret | string | True | | | 解密密钥。秘钥可以使用
[Secret](../terminology/secret.md) 资源保存在密钥管理服务中(32 位) |
Review Comment:
```suggestion
| secret | string | True | | | 解密密钥,必须为 32 位。秘钥可以使用
[Secret](../terminology/secret.md) 资源保存在密钥管理服务中 |
```
--
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]