AEM permission changes are not taking effect
Hi All,
We have observed one issue where the permission changes on a particular path are not getting saved or not able to overwrite permission changes.
Consider there are two paths within DAM pathA and pathB. When we add permission changes to any of the group on pathA the changes work and for pathB it's not working.
Ex:
/content/dam/site/categoryOne/pathA
/content/dam/site/categoryOne/pathB
The group hierarchical order is groupOne->parentGroup->everyone
everyone -> deny for for Read, Modify, Create operations
parentGroup -> deny for Read, Allow for Modify, Create operations
When we try to provide the read permission with groupOne to the pathA it works properly
for pathB the read option set doesn't work. The read permission is non effective on pathB for groupOne.
In AEM the effective permission take effective by considering the local entry first and then hierarchical permissions.
Somehow it's not working and we don't see any errors in the logs as well. We did try with giving read permission from parentGroup on pathB but still it's not working.
Has anyone faced this kind of issue and how can we fix this?
Thanks