From 1bfdc430548bb653c3a9015116fb4caa4ea9e769 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Fri, 18 Aug 2023 11:05:03 +0200 Subject: [PATCH] reroute sse path to sse service Signed-off-by: jkoberg --- services/proxy/pkg/config/defaults/defaultconfig.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/proxy/pkg/config/defaults/defaultconfig.go b/services/proxy/pkg/config/defaults/defaultconfig.go index e8a93e0de52..4c561e66e5e 100644 --- a/services/proxy/pkg/config/defaults/defaultconfig.go +++ b/services/proxy/pkg/config/defaults/defaultconfig.go @@ -122,6 +122,11 @@ func DefaultPolicies() []config.Policy { Endpoint: "/archiver", Service: "com.owncloud.web.frontend", }, + { + // reroute oc10 notifications endpoint to userlog service + Endpoint: "/ocs/v2.php/apps/notifications/api/v1/notifications/sse", + Service: "com.owncloud.sse.sse", + }, { // reroute oc10 notifications endpoint to userlog service Endpoint: "/ocs/v2.php/apps/notifications/api/v1/notifications",