File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,15 @@ const (
3838
3939var (
4040 allowCtrlProxyList = map [string ]string {
41- "/linkall.vanus.controller.PingServer/Ping" : "ALLOW" ,
41+ "/linkall.vanus.controller.PingServer/Ping" : "ALLOW" ,
42+ "/linkall.vanus.controller.EventBusController/ListEventBus" : "ALLOW" ,
43+ "/linkall.vanus.controller.EventBusController/CreateEventBus" : "ALLOW" ,
44+ "/linkall.vanus.controller.EventBusController/DeleteEventBus" : "ALLOW" ,
45+ "/linkall.vanus.controller.EventBusController/GetEventBus" : "ALLOW" ,
46+ "/linkall.vanus.controller.TriggerController/CreateSubscription" : "ALLOW" ,
47+ "/linkall.vanus.controller.TriggerController/DeleteSubscription" : "ALLOW" ,
48+ "/linkall.vanus.controller.TriggerController/GetSubscription" : "ALLOW" ,
49+ "/linkall.vanus.controller.TriggerController/ListSubscription" : "ALLOW" ,
4250 }
4351)
4452
You can’t perform that action at this time.
0 commit comments