Re: Vanilla Sling and caconfig

2023-02-23 Thread Ben Fortuna
Thanks Stefan, works perfectly. For benefit of others, I added this to my config node under /conf: "security:acl": [ { "principal": "everyone", "granted": ["jcr:read"] } ] Docs suggest I should use "allow" rather than "granted", but that didn't work for me. regards, ben On Thu, 23 Feb

RE: Vanilla Sling and caconfig

2023-02-22 Thread Stefan Seifert
hello ben. yes, you would need to prepare your own ACL setup. e.g. grant jcr:read for everyone on /conf, or selected subpaths/globbings which you know are relevant. the caconfig resolver always uses the access rights of the resource resolver the current user (or anonymous) is using. stefan >