permission issues for cq:annotations | Community
Skip to main content
Level 2
September 14, 2017
Solved

permission issues for cq:annotations

  • September 14, 2017
  • 1 reply
  • 1056 views

Hi There,

I am trying to set modify permission for cq:annotation while I am having read permissions set for the page.

            - path: /content/geometrixx/${locale}

              permission: allow

              actions: read

            - path: /content/geometrixx/${locale}

              permission: allow

              privileges: rep:write

              restrictions:

                rep:glob: '*/cq:annotations/*'

              keepOrder: true

but since I have set read permissions, it is not allowing to create annotation. Is there anything I am missing in this or one of the limitation of AEM

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 VeenaVikraman

Hi,

     To create/modify content on any node, You need "Edit" permissions for that node .

Thanks

Veena

1 reply

VeenaVikraman
Community Advisor
VeenaVikramanCommunity AdvisorAccepted solution
Community Advisor
September 14, 2017

Hi,

     To create/modify content on any node, You need "Edit" permissions for that node .

Thanks

Veena