Skip to content

Commit 114e6a5

Browse files
committed
update
1 parent 7bfd1c7 commit 114e6a5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

internal/gateway/gateway.go

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@ const (
3838

3939
var (
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

0 commit comments

Comments
 (0)