bzp2010 commented on code in PR #6995:
URL: https://github.com/apache/apisix/pull/6995#discussion_r869567789


##########
apisix/schema_def.lua:
##########
@@ -406,8 +406,12 @@ local upstream_schema = {
             properties = {
                 client_cert = certificate_scheme,
                 client_key = private_key_schema,
+                verify = {
+                    type = "boolean",
+                    description = "Turn on server certificate verification",
+                },
             },
-            required = {"client_cert", "client_key"},
+            required = {"client_cert", "client_key"}

Review Comment:
   changed to anyOf



-- 
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]

Reply via email to