You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/06/08 04:49:56 UTC

[incubator-apisix] branch master updated (c452846 -> d6cee16)

This is an automated email from the ASF dual-hosted git repository.

wenming pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git.


    from c452846  bugfix: wildcard certificates cannot match multi-level subdomains in … (#810)
     add d6cee16  plugin: add consumer-restriction (#1437)

No new revisions were added by this update.

Summary of changes:
 ...example-plugin.lua => consumer-restriction.lua} |  75 ++--
 conf/config.yaml                                   |   1 +
 doc/architecture-design-cn.md                      |  30 ++
 doc/architecture-design.md                         |  29 ++
 doc/plugins/consumer-restriction-cn.md             | 128 ++++++
 .../{ip-restriction.md => consumer-restriction.md} |  97 ++---
 kubernetes/apisix-gw-config-cm.yaml                |   1 +
 t/admin/plugins.t                                  |   2 +-
 t/debug/debug-mode.t                               |   1 +
 .../{ip-restriction.t => consumer-restriction.t}   | 441 ++++++++++-----------
 10 files changed, 477 insertions(+), 328 deletions(-)
 copy apisix/plugins/{example-plugin.lua => consumer-restriction.lua} (50%)
 create mode 100644 doc/plugins/consumer-restriction-cn.md
 copy doc/plugins/{ip-restriction.md => consumer-restriction.md} (50%)
 copy t/plugin/{ip-restriction.t => consumer-restriction.t} (51%)