You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2020/10/17 09:45:33 UTC

[apisix] branch master updated (90109ca -> 6a543a9)

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

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


    from 90109ca  feature: support multiple ports like stream listen in http and https … (#2409)
     add 6a543a9  feat: use interceptors to protect plugin's route (#2416)

No new revisions were added by this update.

Summary of changes:
 apisix/admin/plugin_metadata.lua    |  23 ++++-
 apisix/api_router.lua               |  72 +++++++++++++-
 doc/plugin-interceptors.md          |  55 +++++++++++
 doc/plugins/batch-requests.md       |   5 +
 doc/plugins/jwt-auth.md             |   5 +
 doc/plugins/prometheus.md           |   5 +
 doc/plugins/wolf-rbac.md            |   9 ++
 doc/zh-cn/plugin-interceptors.md    |  50 ++++++++++
 doc/zh-cn/plugins/batch-requests.md |   5 +
 doc/zh-cn/plugins/jwt-auth.md       |   5 +
 doc/zh-cn/plugins/prometheus.md     |   5 +
 doc/zh-cn/plugins/wolf-rbac.md      |  10 ++
 t/admin/plugin-metadata.t           | 190 ++++++++++++++++++++++++++++++++----
 13 files changed, 410 insertions(+), 29 deletions(-)
 create mode 100644 doc/plugin-interceptors.md
 create mode 100644 doc/zh-cn/plugin-interceptors.md