AEM 6.5 How to grant user access to package manager?
I tried to create a new user group for the intention of having non-admins use package manager. As an admin login, access works fine, but I do not want to grant serval users admin level access when they just need to have the ability to create and replicate packages.
The group is given access to:
- /lib
- /libs/cq/core/content/nav/tools/deployment
- /libs/cq/core/content/nav/tools/deployment/packages
- /etc
- /etc/packages
- /etc/packages/my_packages
But they cannot access Deployment > Packages. No matter what I change, they get a 404 error "requested URL /crx/packmgr was not found." What am I missing to enable users access to package manager?