From dc8e4f2a8eece908205a9b107b823d8b24dfa11a Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Fri, 11 Jun 2010 00:39:53 +0000 Subject: [PATCH] CSPACE-2123: Added missing resource URL paths for the Relation service to the tenant bindings file. After this change, permissions are now successfully created for these paths. --- .../main/config/services/tenant-bindings.xml | 52 ++++++++++++++++++- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/services/common/src/main/config/services/tenant-bindings.xml b/services/common/src/main/config/services/tenant-bindings.xml index 53834aef3..a7fef44f0 100644 --- a/services/common/src/main/config/services/tenant-bindings.xml +++ b/services/common/src/main/config/services/tenant-bindings.xml @@ -663,7 +663,31 @@ ' - relations/subject/*/type/*/object/* + /relations/object/* + + + /relations/object/*/type/* + + + /relations/subject/* + + + /relations/subject/*/type/* + + + /relations/subject/*/type/*/object/* + + + /relations/type/* + + + /relations/type/*/object/* + + + /relations/type/*/subject/* + + + /relations/type/*/subject/*/object/* default-domain @@ -1684,7 +1708,31 @@ ' - relations/subject/*/type/*/object/* + /relations/object/* + + + /relations/object/*/type/* + + + /relations/subject/* + + + /relations/subject/*/type/* + + + /relations/subject/*/type/*/object/* + + + /relations/type/* + + + /relations/type/*/object/* + + + /relations/type/*/subject/* + + + /relations/type/*/subject/*/object/* pahma-domain -- 2.47.3