This is only for testing purposes, it's very unstable so don't use it in a production server!!!
YAML
objects:
-
type: ws
ref: ref_to_upper_ws
data:
name: My WS name
description: My ws
groups:
Admin Group:
description: The admin group of this ws
members: [ name1, name2, name3 ]
allow: [ admin_groups, admin_objects ]
objects:
-
type: forum
id: provide_id_here
allow: [ forum_post, forum_post_topic, forum_read ]
share_with:
-
ws_name: ws2
groups: [ groupWS2 ]
perms:
allow: [ forum_post, forum_read ]
-
ws_name: ws3
groups: [ group1WS3, group2WS3 ]
perms:
allow: [ forum_read ]
deny: [ forum_post ]
-
ws_name: ws4
groups: [ all ]
perms:
allow: [ drain_perms ]