From 6720e09ae501c46b00f2da4c547d7cd1b4f2ff2f Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Fri, 8 Apr 2022 14:27:46 +0200 Subject: [PATCH] Basic UCD update --- test-data/profiledDocuments/profiles/basicProfile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-data/profiledDocuments/profiles/basicProfile.json b/test-data/profiledDocuments/profiles/basicProfile.json index d413153..170e386 100644 --- a/test-data/profiledDocuments/profiles/basicProfile.json +++ b/test-data/profiledDocuments/profiles/basicProfile.json @@ -19,8 +19,8 @@ } }, "_dataAccessPolicies" : [ - {"_policy" : {"_read" : "own", "_write" : "own"}, "_roles":["BaseUser"]}, - {"_policy" : {"_read" : "any", "_write" : "none"}, "_roles":[], + {"_policy" : {"_read" : "own", "_write" : "own"}, "_roles":[]}, + {"_policy" : {"_read" : "any", "_write" : "none"}, "_roles":["Guest"], "_enforcer": {"_filter" : "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"PUBLISHED\"}}"}}, {"_policy" : {"_read" : "any", "_write" : "none"}, "_roles":["Editor"]}, {"_policy" : {"_read" : "any", "_write" : "any"}, "_roles":["Admin"]}