accesscontroltool
accesscontroltool copied to clipboard
Rights and roles management for AEM made easy
As I could not find any mechanism to extend a list, I am trying to build a list of strings and work with the result in several spots to loop...
Currently the [RuntimeHelper](https://github.com/Netcentric/accesscontroltool/blob/6499e07816c37d82147b0e5954b0db15704fa400/accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/helper/runtime/RuntimeHelper.java) exposes two methods related to cloud 1. isCompositeNodeStore and 2. isCloudReadyInstance Both namings are a bit unfortunate, because 1. in cloud AEM is always started with a...
Solves https://github.com/Netcentric/accesscontroltool/issues/743
### Description: I'm encountering an issue with the ACTool where it fails to execute in stage/production environments, displaying a "Permission Denied" error message. The tool functions correctly in the UAT...
Currently the (single) service user is used for almost all operations and grants full access to the repository. ``` set principal ACL for actool-service allow jcr:all on / allow jcr:all...
## Prehistory: AEMaaCS - latest version AC Tool - v3.0.10 ## Problem description: When I deploy new build to environment "startup_hook_image_build" is triggered and AC Tool installs ACLs from config.yaml...
Currently there is a [simple logic in the Startup Hook which prevents it from being executed with each start of the Kubernetes pod](https://github.com/Netcentric/accesscontroltool/blob/6499e07816c37d82147b0e5954b0db15704fa400/accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/impl/AcInstallationServiceImpl.java#L264-L269) > To avoid overhead for the case...
During the CI build the QueryHelperIT sometimes fails. It emits then ``` [INFO] Running biz.netcentric.cq.tools.actool.helper.QueryHelperIT [main] INFO org.apache.jackrabbit.oak.plugins.index.IndexUpdate - Found a new index node [reference]. Reindexing is requested [main] INFO...