Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLUCIONADO

Regular Expression For ACLs

Avatar

Level 2

Hey All,

 

I need set permissions in a dynamic way for example

usergroup needs to have read permissions on Parent and full access on child

 

so parent -> read only

Child A -> full

Child B -> full

 

Here is the issue. When an admin adds child C then:

 

parent-> read only

Child A -> full

Child B -> full

Child C -> full

 

AEMGeek_1-1729020349773.png

Any help would be appreciated 

 

Tópicos

Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.

1 Solução aceita

Avatar

Resposta correta de
Employee Advisor

Please the documentation on Apache Oak Restriction Management: https://jackrabbit.apache.org/oak/docs/security/authorization/restriction.html#rep-glob-details-and-...

 

The examples are quite helpful.

Ver solução na publicação original

3 Respostas

Avatar

Community Advisor

@AEMGeek can you more specific as what actions you have tried and whats the issue you are facing? Any challenges in implementing the given requirements? Also what kind of aem deployment you are in? Aem on-prem or AMS or Cloud?

Avatar

Level 2

The issue is I don't believe you can put a regular expression on acl's. I want to give read/write to /content/site/path/*/ .... so:

 

/content/site/path/child1/

/content/site/path/child2/

/content/site/path/child2/

those would all work. then a user comes and creates child3 folder and the usergroup would already have permissions because we gave read/write to this path "/content/site/path/*/"

 

Avatar

Resposta correta de
Employee Advisor

Please the documentation on Apache Oak Restriction Management: https://jackrabbit.apache.org/oak/docs/security/authorization/restriction.html#rep-glob-details-and-...

 

The examples are quite helpful.