ACL Yaml Scripts Issue
Hi AEM Community,
I am generating User Groups and their permissions via AC Tool following the below documentation -
https://github.com/Netcentric/accesscontroltool/blob/develop/docs/Configuration.md
The YAML file changes are correctly visible on RDE via AC Tool.
However, the permissions defined for multiple groups are not reflecting correctly in AEM.
Please find the below data points -
1. YAML File
- group_config:
- group-A:
- name: "Group A"
description: Base Group for Group A
isMemberOf :
-everyone
-dam-users
path: global
- group-B:
- name: "Group B"
description: Base Group for Group B
isMemberOf: group-A
path: global
- ace_config:
- group-A:
- path: /content
permission: allow
privileges: jcr:read
- path: /content/dam
permission: allow
privileges: jcr:read
- group-B:
- path: /var/workflow/models
permission: deny
privileges: jcr:all
When this YAML file is deployed to RDE, The permissions for Group A are correctly visible while for Group B they are not reflecting.
The YAML file is valid as validated on an online validator.
What could be the reason for this behavior? Any pointers?
@markusbullaadobe, @arunpatidar, @kautuk_sahni
Thanks in advance,
