Super Author with ability to manage packages | Community
Skip to main content
Level 2
November 28, 2022
Solved

Super Author with ability to manage packages

  • November 28, 2022
  • 1 reply
  • 448 views

Hello, 

   Our group has a super author but we now need that author to manage content package as well.

What permission can we set so our super author can manage content package (versus assigning them as administrator)?

 

Thanks,

-Leo

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SantoshSai

Hi @manlosa2 ,

You have to give access to:

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

To have installed packages to be visible to the user then you also need to give permission to parent of /etc/packages/my_packages i.e. /etc/packages node.

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.

Hope that helps!

Regards,

Santosh

1 reply

SantoshSai
Community Advisor
SantoshSaiCommunity AdvisorAccepted solution
Community Advisor
November 28, 2022

Hi @manlosa2 ,

You have to give access to:

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

To have installed packages to be visible to the user then you also need to give permission to parent of /etc/packages/my_packages i.e. /etc/packages node.

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.

Hope that helps!

Regards,

Santosh

Santosh Sai