wzy0618 opened a new issue, #10260:
URL: https://github.com/apache/apisix/issues/10260
### Current Behavior
apisix/schema_def.lua:414
client_cert_id = {
["not"] = {required = {"client_client", "client_key"}}
}
"client_client" has never appeared
### Expected Behavior
_No response_
### Error Logs
_No response_
### Steps to Reproduce
apisix/schema_def.lua:414
client_cert_id = {
["not"] = {required = {"client_client", "client_key"}}
}
maybe "client_client" here should be "client_cert"
### Environment
- APISIX version (run `apisix version`):2.15(The latest version also has the
same issue)
- Operating system (run `uname -a`):Linux 4.14.105-1-tlinux3-0022 #1 SMP Wed
Sep 29 11:01:45 CST 2021 x86_64 x86_64 x86_64 GNU/Linux
- OpenResty / Nginx version (run `openresty -V` or `nginx
-V`):openresty/1.21.4.1
- etcd version, if relevant (run `curl
http://127.0.0.1:9090/v1/server_info`):
- APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run `luarocks --version`):3.8.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]