Replies: 1 comment 4 replies
-
@msmost Currently, the route-level mTLS support is lack for APISIX.
Did you mean, for different clients, you may use different CA certificate to verify their cert? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After reading the Configure mTLS for client to APISIX tutorial, the options for configuring mTLS fall short of our desired use case.
Our use case would have APISIX:
Support client certificate authentication on a specific
route
.The tutorial shows that during the Configure the
route
in APISIX step, there isn't any part of theroute
configuration that ties back to the mTLS setup. We conclude that when mTLS is configured ALLroute
s are affected.We searched for a plugin that would assist in this configuration and weren't able to find one.
Support multiple client certificates to support authentication for multiple clients.
The tutorial shows how to add a single client certificate to an SSL object (Configure the certificate in APISIX). However, we need to be able to authenticate multiple clients using different certificates.
Beta Was this translation helpful? Give feedback.
All reactions