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

In order to ease releases, we should use both - a central NC account for OSSRH for deploying to Sonatype OSSRH Maven repository - a central NC PGP Private key...

Hello, Could you please help me with identifying the root of my issue? I have an external group (IMS) that actually exists in the JCR and I can see it...

Need your help to resolve a discrepancy in accesscontroltool-apps-package-3.0.4.zip module. The module installs “/apps/cq/core/content/nav” and “/apps/cq/core/content/nav/tools” of type sling:OrderedFolder. While corresponding AEM node is of type “nt:unstructured” This affects the...

Oak 1.16 introduces principal-based authorization ([OAK-8190](https://issues.apache.org/jira/browse/OAK-8190)) where the access control entries are stored in `rep:PrincipalEntry` nodes (https://github.com/apache/jackrabbit-oak/blob/c8e3e685ef3382f7a5053e3cec8d30569651e05a/oak-doc/src/site/markdown/security/authorization/principalbased.md#representation-in-the-repository). This allows to maintain access rights below the users rather below the nodes...

help wanted
new feature

Hi I am getting this error when deploying in the cloud : `91mjava.lang.IllegalStateException: Error while assembling launcher: Package has unresolved dependencies: Netcentric:accesscontroltool-package:3.0.4,  at org.apache.sling.feature.launcher.impl.Bootstrap.runWithException(Bootstrap.java:169)  at com.adobe.granite.fact.command.PrepareContentCommand.doCall(PrepareContentCommand.java:120)  at...

Currently the Install Hook is disabled by default in AEMaaCS (https://github.com/Netcentric/accesscontroltool/blob/48e1bfee12347ac958288bffce0ff0c978d77ff9/accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/installhook/AcToolInstallHook.java#L80). When the Startup Hook is executed during the Docker build (when first starting the instance) it works on top...

We are facing very slow installation times when installing `accesscontroltool-package` and `accesscontroltool-oakindex-package` via subpackages. When installing the content package onto AEM 6.5.11 (on-premise), we sometimes wait up to minutes until...

When including the access control tool in an AEM as a cloud Service setup, I get the following warning from the aem analyser: ``` [WARNING] [region-deprecated-api] biz.netcentric.cq.tools.accesscontroltool:accesscontroltool-bundle:3.0.4: Usage of deprecated...

I found that [biz.netcentric.cq.tools.actool.configuploadlistener.impl.UploadListenerServiceImpl$AcToolConfigUpdateListener](https://github.com/Netcentric/accesscontroltool/blob/cec8d5244bf3b1c0278ec71b2eaefa4b32f71f6e/accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/configuploadlistener/impl/UploadListenerServiceImpl.java#L114) is registered to listen for OSGI Resource Events. This approach is deprecated by now, instead you should use the ResourceChangeListener approach, as indicated in the [Sling...