This is an automated email from the ASF dual-hosted git repository.
monkeydluffy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 02ee09ed9 ci: tcp logger with real logger server (#9392)
add 6fbf5df93 feat: route-level MTLS (#9322)
No new revisions were added by this update.
Summary of changes:
apisix/init.lua | 28 +++++
apisix/schema_def.lua | 9 ++
apisix/ssl/router/radixtree_sni.lua | 7 +-
docs/assets/images/skip-mtls.png | Bin 0 -> 26312 bytes
docs/en/latest/admin-api.md | 1 +
docs/en/latest/tutorials/client-to-apisix-mtls.md | 125 ++++++++++++++++++++++
docs/zh/latest/admin-api.md | 1 +
docs/zh/latest/tutorials/client-to-apisix-mtls.md | 120 +++++++++++++++++++++
t/node/client-mtls.t | 115 ++++++++++++++++++++
9 files changed, 405 insertions(+), 1 deletion(-)
create mode 100644 docs/assets/images/skip-mtls.png