You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/06 16:04:27 UTC

[GitHub] [apisix-ingress-controller] tao12345666333 commented on a change in pull request #667: feat: add webhooks for consumer/tls/upstream

tao12345666333 commented on a change in pull request #667:
URL: https://github.com/apache/apisix-ingress-controller/pull/667#discussion_r702993280



##########
File path: pkg/api/router/webhook.go
##########
@@ -26,5 +26,13 @@ import (
 func MountWebhooks(r *gin.Engine, co *apisix.ClusterOptions) {
 	// init the schema client, it will be used to query schema of objects.
 	_, _ = validation.GetSchemaClient(co)
-	r.POST("/validation/apisixroutes/plugin", gin.WrapH(validation.NewPluginValidatorHandler()))

Review comment:
       Is the plugin validation missing?




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org