This is an automated email from the ASF dual-hosted git repository.
membphis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.
from 432c954 fix: plugin hot reload should work on node (#2430)
add 5191374 feat: support TLS connection with etcd. (#2548)
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 15 +++-
apisix/core/config_etcd.lua | 6 ++
apisix/core/etcd.lua | 6 ++
bin/apisix | 16 ++++
conf/config-default.yaml | 10 ++-
doc/install-dependencies.md | 5 ++
doc/zh-cn/install-dependencies.md | 5 ++
rockspec/apisix-master-0.rockspec | 2 +-
t/certs/etcd.key | 28 ++++++
t/certs/etcd.pem | 22 +++++
t/core/config_etcd.t | 184 ++++++++++++++++++++++++++++++++++++++
11 files changed, 294 insertions(+), 5 deletions(-)
create mode 100644 t/certs/etcd.key
create mode 100644 t/certs/etcd.pem