moonming commented on code in PR #7554:
URL: https://github.com/apache/apisix/pull/7554#discussion_r931840622
##########
docs/en/latest/plugins/key-auth.md:
##########
@@ -45,8 +45,9 @@ For Route:
| Name | Type | Requirement | Default | Valid | Description
|
|--------|--------|-------------|---------|-------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| header | string | optional | apikey | | The header to get the key
from.
|
-| query | string | optional | apikey | | The query string to get
the key from. Lower priority than header.
|
+| var_combination | string | optional | | | Set which variable
combination we get the key from. For example, "$remote_addr $consumer_name"
will be combined into a key after parsing. highest priority. |
Review Comment:
no test cases for `priority`
--
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]