AEM 6.3 package permissions: allowing a user group to download, build a package, but not install | Community
Skip to main content
March 4, 2019
Solved

AEM 6.3 package permissions: allowing a user group to download, build a package, but not install

  • March 4, 2019
  • 2 replies
  • 1840 views

Is there a way to prevent an AEM author group from being able to INSTALL packages?

They should be able to download them, or build, but not INSTALL.

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 Gaurav-Behl

Typically, INSTALL requires "modify" and/or "delete" permissions. You may remove these for specific paths and still keep the "read" and "create" permissions to build the package and test.

2 replies

Gaurav-Behl
Gaurav-BehlAccepted solution
Level 10
March 4, 2019

Typically, INSTALL requires "modify" and/or "delete" permissions. You may remove these for specific paths and still keep the "read" and "create" permissions to build the package and test.

March 4, 2019

Thank you very much!