From ee96c516d79ad9f0f62518daea405bf85f5f7967 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Mon, 6 Mar 2023 13:18:07 +0100 Subject: [PATCH] add capability Signed-off-by: jkoberg --- services/frontend/pkg/revaconfig/config.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/frontend/pkg/revaconfig/config.go b/services/frontend/pkg/revaconfig/config.go index 80570badc7..70da96c8e4 100644 --- a/services/frontend/pkg/revaconfig/config.go +++ b/services/frontend/pkg/revaconfig/config.go @@ -267,6 +267,9 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error "share_jail": cfg.EnableShareJail, "max_quota": cfg.MaxQuota, }, + "notifications": map[string]interface{}{ + "endpoints": []string{"list", "get", "delete"}, + }, }, "version": map[string]interface{}{ "product": "Infinite Scale",