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



##########
File path: docs/en/latest/plugins/key-auth.md
##########
@@ -41,6 +41,7 @@ For route side:
 | ---- | ------ | ----------- | ------- | ----- | 
---------------------------------------------------------------------------- |
 | header  | string | optional    | apikey        |       | the header we get 
the key from |
 | query   | string | optional    | apikey        |       | the query string we 
get the key from, which priority is lower than `header` |
+| hide_credentials   | bool | optional    | false        |       | Whether to 
pass the apikey request headers to the upstream. |

Review comment:
       You should only handle the query that used to carry the credential.




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