Is it Possible to Assign Permissions via Tags? | Community
Skip to main content
Level 3
October 16, 2015
Solved

Is it Possible to Assign Permissions via Tags?

  • October 16, 2015
  • 2 replies
  • 656 views

Hi All,

We are using AEM 5.6.1, and wondering if there is a way to set permissions via Tags.  For instance, we may have assets stored in the DAM and tagged according to region (US, FR, DE, IT, etc.)  Is there some way we can set permissions so that a User can Modify assets that are tagged with "DE"?

If this isn't possible in 5.6.1, is it in 6.0?

Thank you for any suggestions or help you can provide!

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 joerghoh

Hi,

No, it is not possible. You could write an event handler, which sets permissions after tags have been created on an asset, but that leads probably to some confusion, because you can remove the permission to modify by yourself, and there's no chance to recover from that without the help of an admin. I do not recommend this approach.

Rather structure your assets into folders, and place the assets in there. Then put the right ACLs to the folder structure.

kind regards,
Jörg

2 replies

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Hi,

No, it is not possible. You could write an event handler, which sets permissions after tags have been created on an asset, but that leads probably to some confusion, because you can remove the permission to modify by yourself, and there's no chance to recover from that without the help of an admin. I do not recommend this approach.

Rather structure your assets into folders, and place the assets in there. Then put the right ACLs to the folder structure.

kind regards,
Jörg

kvanstoneAuthor
Level 3
October 16, 2015

Thanks Jörg, I appreciate your response.  Figured that was the case, but wanted to verify.