Firstsawyou commented on a change in pull request #2265:
URL: https://github.com/apache/apisix/pull/2265#discussion_r491800660
##########
File path: doc/plugins/consumer-restriction.md
##########
@@ -20,31 +20,40 @@
- [中文](../zh-cn/plugins/consumer-restriction.md)
# Summary
-- [**Name**](#name)
-- [**Attributes**](#attributes)
-- [**How To Enable**](#how-to-enable)
-- [**Test Plugin**](#test-plugin)
-- [**Disable Plugin**](#disable-plugin)
+- [Summary](#summary)
+ - [Name](#name)
+ - [Attributes](#attributes)
+ - [How To Enable `consumer_name`](#how-to-enable-consumer_name)
+ - [Test Plugin](#test-plugin)
+ - [How To Enable `service_id`](#how-to-enable-service_id)
+ - [Route Test](#route-test)
+ - [Route Test](#route-test-1)
+ - [Disable Plugin](#disable-plugin)
## Name
-The `consumer-restriction` can restrict access to a Service or a Route by
either
-whitelisting or blacklisting consumers. Support single or multiple consumers.
+The `consumer-restriction` makes corresponding access restrictions based on
different objects selected, and supports two restriction types: consumer and
service.
+* consumer: Add the `username` of `consumer` to a whitelist or blacklist
(supporting single or multiple consumers) to restrict access to services or
routes.
Review comment:
ok.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]