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:
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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Make sure that group has access to below paths
Path Permissions Needed
/crx/packmgr | read |
/libs/crx/packmgr | read |
/libs/granite | read |
/libs/cq/core/content/nav/tools/deployment | read |
/etc/packages | read, create, modify, delete, replicate |
/var/replication | replicate |
/etc/replication | read, replicate |
Important: These permissions must be assigned both in the JCR and via the useradmin console.
you can check /libs/granite/security/content/permissions.html
to test your new group/user against /crx/packmgr and /etc/packages.
I tried this way and it works
I am in AEMCS.
Hi @sarav_prakash ,
Thanks for recommendation. Unfortunately this did not work for me. I'll have to keep trying to find a way.
Views
Replies
Total Likes
Make sure that group has access to below paths
Path Permissions Needed
/crx/packmgr | read |
/libs/crx/packmgr | read |
/libs/granite | read |
/libs/cq/core/content/nav/tools/deployment | read |
/etc/packages | read, create, modify, delete, replicate |
/var/replication | replicate |
/etc/replication | read, replicate |
Important: These permissions must be assigned both in the JCR and via the useradmin console.
you can check /libs/granite/security/content/permissions.html
to test your new group/user against /crx/packmgr and /etc/packages.