tzssangglass commented on a change in pull request #6670:
URL: https://github.com/apache/apisix/pull/6670#discussion_r835010278



##########
File path: docs/zh/latest/plugins/key-auth.md
##########
@@ -41,6 +41,7 @@ router 端配置:
 | ---- | ------ | ------ | ------ | ------ | 
-------------------------------------------------------------------------------------------------------------
 |
 | header  | string | 可选| apikey |        | 设置我们从哪个 header 获取 key。 |
 | query  | string | 可选 | apikey |        | 设置我们从哪个 query string 获取 key,优先级低于 
`header` |
+| hide_credentials  | bool | 可选 | false |        | 是否将请求头传递给 upstream。 |

Review comment:
       ```suggestion
   | hide_credentials  | bool | 可选 | false |        | 是否将含有认证信息的请求头传递给 
upstream。 |
   ```




-- 
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]


Reply via email to