I'd like to package all of the ACL permissions under /content/business ... including it's subdirectories
I've tried a number of ways to create a package but none of them work. Do I really have to create a filter for each individual rep:policy?
/content/business/node1/rep:policy
/content/business/node2/rep:policy
/content/business/node3/rep:policy
If I spell each one of them out, it works .... but that's a maintenance nightmare.
I'd like to do something like the following filter (but cannot get it to work):
/content/business(.*)
include rep:policy
Any insight is appreciated.
-Dean
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
As mentioned by Anton, you can try usning:
Link:- https://adobe-consulting-services.github.io/acs-aem-commons/features/acl-packager.html
// Here you can use Include Patterns
Reference post:-
~kautuk
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi
As mentioned by Anton, you can try usning:
Link:- https://adobe-consulting-services.github.io/acs-aem-commons/features/acl-packager.html
// Here you can use Include Patterns
Reference post:-
~kautuk
Views
Replies
Total Likes
You can apply rules on top of root path.
Like while creating a package. Go to filter add root plat and then add rule to include or exclude. Where you can write expressions like /content/business(.*)
Views
Replies
Total Likes