From 3e5d47574af3833ba48d8bbe8b3d7f00188d647e Mon Sep 17 00:00:00 2001 From: batabana Date: Thu, 16 Mar 2023 16:11:54 +0100 Subject: [PATCH] TASK: allow node fixture creation when acl package is installed --- Configuration/Testing/Behat/Policy.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Configuration/Testing/Behat/Policy.yaml diff --git a/Configuration/Testing/Behat/Policy.yaml b/Configuration/Testing/Behat/Policy.yaml new file mode 100644 index 0000000..d805420 --- /dev/null +++ b/Configuration/Testing/Behat/Policy.yaml @@ -0,0 +1,14 @@ +roles: + # this is necessary to allow the test runner to create fixtures when neos + # acl package is installed + 'Neos.Flow:Everybody': + privileges: + - + privilegeTarget: 'Sandstorm.NeosAcl:EditAllNodes' + permission: GRANT + - + privilegeTarget: 'Sandstorm.NeosAcl:CreateAllNodes' + permission: GRANT + - + privilegeTarget: 'Sandstorm.NeosAcl:RemoveAllNodes' + permission: GRANT