-
HI all, I'm trying to revoke all privileges for group everyone on /content/dam. I'm using this yaml config:
I ran that successfully, but now ALL privileges the everyone group had appear to be gone. I wasn't expecting that. I thought I was just limiting it to /content/dam and revoking all privileges there (and only there). What happened? The log shows a lot of these: Why did it not just focus on the one, given path?? Thanks, Bret |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Look at https://github.com/Netcentric/accesscontroltool/blob/develop/docs/AdvancedFeatures.md#configure-unmanaged-aspects for a reasoning and how to fix this. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@kwin /Team - I have the similar kind of requirement, I have applied the deny permissions to a path when I tried to apply deny permissions for the Global for the same path in next execution all the permission created under rep:policy nodes are getting override. So as per your suggestion I understand that the Groups created/managed in the AC Tool will be removed by AC Tool, So I have removed the Global Group from the Groups list and executed. I got the following the error. 10.04.2023 10:48:30.512 INFO [sling-default-3-UploadListener-Process-Change-ACTool-Config-Worker] biz.netcentric.cq.tools.actool.history.impl.HistoryUtils Saved history in node: /var/statistics/achistory/history_1681103910464_via_changelistener Please help on this query if there is any other alternative to this? |
Beta Was this translation helpful? Give feedback.
Look at https://github.com/Netcentric/accesscontroltool/blob/develop/docs/AdvancedFeatures.md#configure-unmanaged-aspects for a reasoning and how to fix this.