Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

What user permissions for package manager (crx/packmgr)?

Avatar

Level 9

I need to give a user with limited access (non-admin acct) to AEM access to package manager.

I have given access to:

- /libs/cq/core/content/nav/tools/deployment

- /libs/cq/core/content/nav/tools/deployment/packages

- /etc/packages/my_packages

I can see Deployment > Packages menu option which allows me to view the crx/packmgr page.

After going through the steps of package creation, this new package is not listed. Admin user can see the new package.

Can you please help?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You need to give permission to parent of /etc/packages/my_packages i.e. /etc/packages node also.

when you give permission to /etc/packages all the child node will be getting the permission also. Make sure you explicitly remove permission from all the child node except my_packages



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You need to give permission to parent of /etc/packages/my_packages i.e. /etc/packages node also.

when you give permission to /etc/packages all the child node will be getting the permission also. Make sure you explicitly remove permission from all the child node except my_packages



Arun Patidar