We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 on :repository end
The permissions should be limited to what is actually necessary.
The text was updated successfully, but these errors were encountered:
The necessary permissions differ by functionality:
jcr:read
/home/users
/home/groups
jcr:readACL
/
jcr:modifyACL
jcr:write
/home/users/
initialContent
configurationRootPath
jcr:read/write
/var/statistics/actool
/apps/netcentric/achistory
Sorry, something went wrong.
No branches or pull requests
Currently the (single) service user is used for almost all operations and grants full access to the repository.
The permissions should be limited to what is actually necessary.
The text was updated successfully, but these errors were encountered: