This is an automated email from the ASF dual-hosted git repository.
ashishtiwari pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 6244b743a docs: improve `opentelemetry` plugin docs (#11900)
add ce29823eb feat: support anonymous consumer (#11917)
No new revisions were added by this update.
Summary of changes:
apisix/consumer.lua | 46 ++++
apisix/plugins/basic-auth.lua | 58 +++--
apisix/plugins/hmac-auth.lua | 69 +++---
apisix/plugins/jwt-auth.lua | 52 +++--
apisix/plugins/key-auth.lua | 40 ++--
apisix/schema_def.lua | 5 +
.../basic-auth-anonymous-consumer.t} | 237 ++++++++-------------
.../hmac-auth-anonymous-consumer.t} | 162 +++++++-------
.../jwt-auth-anonymous-consumer.t} | 237 ++++++++-------------
.../key-auth-anonymous-consumer.t} | 236 ++++++++------------
t/plugin/multi-auth2.t | 169 +++++++++++++--
11 files changed, 699 insertions(+), 612 deletions(-)
copy t/{router/radixtree-host-uri.t => plugin/basic-auth-anonymous-consumer.t}
(53%)
copy t/{wasm/global-rule.t => plugin/hmac-auth-anonymous-consumer.t} (54%)
copy t/{router/radixtree-host-uri.t => plugin/jwt-auth-anonymous-consumer.t}
(53%)
copy t/{router/radixtree-host-uri.t => plugin/key-auth-anonymous-consumer.t}
(53%)