-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACL viewer issue in AEM #316
Comments
|
After the fix, we get now e.g. in http://localhost:4502/bin/cpm/nodes/security.accessPolicies.effective.json/conf {
"principal": "everyone",
"path": "/conf",
"allow": true,
"privileges": [
"jcr:read"
],
"restrictions": [
"rep:subtrees=/global/site-templates/",
"rep:subtrees=/settings/wcm/",
"rep:subtrees=/sling:configs/",
"rep:subtrees=/settings/dam/cfm/models/",
"rep:subtrees=/settings/graphql/persistentQueries"
]
}, That is not 100% satisfactory, but since this is a rare case that never surfaced, I think it's OK. How to make a nicer display in policiesTab.js out if this is not quite obvious - it now shows
but again, it's interpretable and a rare case, and certainly an improvement. 😄 |
stoerr
added a commit
that referenced
this issue
Dec 7, 2023
stoerr
added a commit
that referenced
this issue
Dec 7, 2023
…in-aem closes #316 return all restrictions if there are multiple restrictions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two problems:
The text was updated successfully, but these errors were encountered: