How do i enable/disable permissions to cloud services configurations, crx/de etc. in tools? | Community
Skip to main content
New Participant
February 21, 2024
Solved

How do i enable/disable permissions to cloud services configurations, crx/de etc. in tools?

  • February 21, 2024
  • 2 replies
  • 917 views

I do not want access to entire tools to be revoked but some contents in tools. Especially package manager , cloud services tab , assets , sites tools .

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 AEM_U1

hi @zendark - If you want to disable certain options from Tools then rendercondition (https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/docs/server/rendercondition.html) can be used. You need to overlay your node at  /libs/cq/core/content/nav/tools that forms the tools navigation under apps and add the condition accordingly. Here is the screenshot where i made changes under libs directly just to show conceptually.

Please note , i had created a usergroup and added restriction permission to this group to read for /content/dam/Sample based on which i am building the condition to render but you can build condition according to your requirement.

 

 

2 replies

AEM_U1Accepted solution
New Participant
February 22, 2024

hi @zendark - If you want to disable certain options from Tools then rendercondition (https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/docs/server/rendercondition.html) can be used. You need to overlay your node at  /libs/cq/core/content/nav/tools that forms the tools navigation under apps and add the condition accordingly. Here is the screenshot where i made changes under libs directly just to show conceptually.

Please note , i had created a usergroup and added restriction permission to this group to read for /content/dam/Sample based on which i am building the condition to render but you can build condition according to your requirement.

 

 

Imran__Khan
New Participant
February 21, 2024