You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example I want to set the auth-tls-verify-client flag, which maps to ssl_verify_client, for certain ingresses.
Even though I search through the different APISIX-Repos I could not find anything similar to achieve this behavior. Is this by any means possible, or does APISIX has very limited capabilities in regards to this?
The text was updated successfully, but these errors were encountered:
Issue description
With ingress-nginx it is possible to control the client certificate authentication for specific ingress controllers. (https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md#client-certificate-authentication)
For example I want to set the auth-tls-verify-client flag, which maps to ssl_verify_client, for certain ingresses.
Even though I search through the different APISIX-Repos I could not find anything similar to achieve this behavior. Is this by any means possible, or does APISIX has very limited capabilities in regards to this?
The text was updated successfully, but these errors were encountered: