내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

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

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

 

원본 게시물의 솔루션 보기

2 답변 개

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

정확한 답변 작성자:
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