Commit 2cbd500e authored by qiuqunfeng's avatar qiuqunfeng
Browse files

commit

parent 8a2d5b05
......@@ -49,6 +49,14 @@ func (s *wafService) CreateWaf(ctx context.Context, req *CreateWafReq) (*Waf, er
Name: req.GatewayName,
Namespace: req.Namespace,
},
Uri: &v1alpha1.StringMatch{
Prefix: "/",
},
LogConfig: &v1alpha1.LogConfig{
Enable: 1,
Level: "info",
},
Mode: "block",
},
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment