This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch release/2.13
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 1793b236c backport: update casbin version to 1.41.1 (#7069)
new 3d5fea47f chore(ci): apt update before install (#7080)
new 4fb1b7a92 fix: `env.lua` should use absolute path (#6758)
new 301dd94a0 backport: redirect http to https but port not change
new d912150cf ci: ignore releases.hashicorp.com's new certificate which
can't be verified in CentOS7 (#7134)
new e269bef4d chore(ci): use the latest build script for apisix-base
(#7090)
new b4d294daa fix(DNS): support SRV with port 0 (#6739)
new ab14bb0c8 fix(upstream): keepalive should consider TLS param (#7054)
new 423e4ad31 fix(authz-keycloak): add missing path for
access_denied_redirect_uri (#6794)
new 173afe373 fix(grpc-web): don't override Access-Control-Allow-Origin
header in response (#6842)
new afdade089 fix: do not expose internal errors to the client (#6859)
new b3d6e5a58 fix(hmac-auth): don't let client know why it is rejected
(#6853)
new 9b0cc7a3b fix: hide 5xx error message from client (#6982)
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build.yml | 9 +-
.github/workflows/cli-master.yml | 3 -
.github/workflows/cli.yml | 3 -
.github/workflows/kubernetes-ci.yml | 3 +-
apisix/balancer.lua | 15 +
apisix/cli/env.lua | 9 +-
apisix/discovery/dns/init.lua | 8 +-
apisix/plugins/authz-casbin.lua | 3 +-
apisix/plugins/authz-keycloak.lua | 23 +-
apisix/plugins/basic-auth.lua | 3 +-
apisix/plugins/grpc-web.lua | 5 +-
apisix/plugins/hmac-auth.lua | 33 +-
apisix/plugins/ldap-auth.lua | 5 +-
apisix/plugins/redirect.lua | 46 ++-
apisix/plugins/wolf-rbac.lua | 12 +-
ci/common.sh | 9 +-
ci/linux_apisix_current_luarocks_runner.sh | 2 +
ci/linux_apisix_master_luarocks_runner.sh | 2 +
ci/linux_openresty_common_runner.sh | 6 +-
t/APISIX.pm | 14 -
t/coredns/db.test.local | 2 +
t/discovery/dns/sanity.t | 17 +
t/node/upstream-keepalive-pool.t | 360 +++++++++++++++++++++
t/plugin/authz-keycloak.t | 3 +
t/plugin/authz-keycloak3.t | 108 +++++++
t/plugin/basic-auth.t | 18 +-
t/plugin/grpc-web.t | 55 ++++
.../{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 +-
t/plugin/ldap-auth.t | 18 +-
t/plugin/redirect.t | 131 ++++++--
t/plugin/wolf-rbac.t | 40 ++-
utils/linux-install-openresty.sh | 4 +-
35 files changed, 992 insertions(+), 182 deletions(-)
create mode 100644 t/plugin/authz-keycloak3.t
rename t/plugin/{custom_hmac_auth.t => hmac-auth-custom.t} (83%)