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 2022/04/17 11:36:44 UTC

[apisix] branch master updated (f3c9e80a2 -> 605c2c40c)

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 f3c9e80a2 chore(jwt-auth): adjust error log level to warn (#6858)
     add 605c2c40c fix(hmac-auth): don't let client know why it is rejected (#6853)

No new revisions were added by this update.

Summary of changes:
 apisix/plugins/hmac-auth.lua                       |  33 +++----
 t/APISIX.pm                                        |  14 ---
 .../{custom_hmac_auth.t => hmac-auth-custom.t}     | 103 +++++++++++----------
 t/plugin/hmac-auth.t                               |  66 ++++++++++---
 t/plugin/hmac-auth2.t                              |  12 ++-
 t/plugin/hmac-auth3.t                              |  24 ++++-
 6 files changed, 154 insertions(+), 98 deletions(-)
 rename t/plugin/{custom_hmac_auth.t => hmac-auth-custom.t} (83%)