accesscontroltool icon indicating copy to clipboard operation
accesscontroltool copied to clipboard

Rights and roles management for AEM made easy

Results 88 accesscontroltool issues
Sort by recently updated
recently updated
newest added

The following two queries are executed at startup (thread name "Apache Sling Repository Startup Thread #1-ACTool-Config-Worker"). Depending on the content, they may try to read more than 100'000 nodes, which...

AEMaaCS ships with https://github.com/apache/aries/tree/trunk/jmx/jmx-whiteboard in version 1.2.0. We have seen issues like this during creating the AEM image with Cloud Manager: ``` 15.02.2024 11:46:49.797 *INFO* [FelixLogListener] Events.Service.biz.netcentric.cq.tools.accesscontroltool.bundle Service [biz.netcentric.cq.tools.actool.installhook.impl.AcToolInstallHookServiceImpl,1359, [biz.netcentric.cq.tools.actool.installhook.AcToolInstallHookService]]...

We're trying to implement AC tool on our AEM authors and have added the plugin to our parent pom. It works fine on the AEM author but we get the...

Following https://github.com/Netcentric/accesscontroltool/issues/681, the existing index has been renamed in order to be compliant with Adobe's guidelines - https://docs.mktossl.com/docs/experience-manager-cloud-service/content/operations/indexing.html?lang=en#index-names. Changes: - Updated index name - Adjusted filter.xml to point to the...

I've noticed that, at least from Cloud Manager's December release, the Code Scanning that runs as part of any pipeline, started complaining with the fact that the /oak:index/repACL-custom-1 is not...

The change is going to find an everyone deny at the bottom of the list and if that is the case, loops again the entire permissions on the node removing...

According to https://sensei.securecodewarrior.com/recipes/scw:snakeyaml:safeconstructor-no-args the `SafeConstructor` should be used with Snakeyaml to increase security.

Preconditions: - installAclsIncrementally: true (default behavior) - Everyone deny was moved to the bottom but permissions on config files were not modified and are ordered correctly. Usually happens that Service...

Currently the `UploadListenerService` can be configured for arbitrary paths. Whenever some YAML is then placed in those paths, they are automatically executed with the service user (which is having lots...

Hi, is it possible, to set multi value properties inside initialContent? Ive got this variable map: ```yaml - DEF useCaseTemplateMap=: crm: - /conf/myapp/settings/wcm/templates/c4c-fragment feedback: - /conf/myapp/settings/wcm/templates/c4c-fragment - /conf/myapp/settings/wcm/templates/c4c-feedback-xf ``` and...