feat(ocm): add wayf configuration for reva ocm service

Signed-off-by: Mahdi Baghbani <mahdi-baghbani@azadehafzar.io>
This commit is contained in:
Mahdi Baghbani
2025-10-27 06:37:40 +00:00
parent c887947a85
commit a004a9114f
5 changed files with 35 additions and 10 deletions
@@ -171,6 +171,18 @@ func DefaultPolicies() []config.Policy {
Service: "eu.opencloud.web.frontend",
Unprotected: true,
},
// OCM WAYF public endpoints
{
Endpoint: "/sciencemesh/federations",
Service: "eu.opencloud.web.ocm",
Unprotected: true,
},
{
Endpoint: "/sciencemesh/discover",
Service: "eu.opencloud.web.ocm",
Unprotected: true,
},
// General sciencemesh endpoints
{
Endpoint: "/sciencemesh/",
Service: "eu.opencloud.web.ocm",