Closed ndushay closed 5 years ago
When a group container is newly created, we need to provide an easy way to create an initial webACL for the group container. (After one exists, other changes will be edits to the existing webACL.)
The initial Web ACL will need:
something like:
@prefix acl: <http://www.w3.org/ns/auth/acl#> . <http://platform:8080/#newGroup-edit> acl:mode acl:Read ; acl:mode acl:Write ; acl:mode acl:Control ; acl:agent <http://sinopia.io/users/admin> ; acl:accessTo <http://platform:8080/newGroup> . <http://platform:8080/#newGroup-read> acl:mode acl:Read ; acl:agentClass <http://xmlns.com/foaf/0.1/Agent> ; acl:accessTo <http://platform:8080/newGroup> .
related to #14
duplicate of #21
When a group container is newly created, we need to provide an easy way to create an initial webACL for the group container. (After one exists, other changes will be edits to the existing webACL.)
The initial Web ACL will need:
something like: