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

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

Avatar

Level 2

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 .image.png

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

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/... 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.

 

AEM_U1_0-1708573862291.png

 

View solution in original post

2 Replies

Avatar

Community Advisor

We can't access system console directly in AEMaaCS. If it's for any OSGI configuration it has to be deployed via code.

 

For more details
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-can-i-access-aem-as-cl...

 

for crx/de please visit below link

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/is-it-possible-to-enable-c...

Avatar

Correct answer by
Level 2

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/... 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.

 

AEM_U1_0-1708573862291.png