-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding rep:policy to allow forms-users read access in conf/__appId__ (#…
…1213) * Adding rep:policy to allow forms-users read access in conf/__appId__ * Deleting conf/__appId__/_rep_policy.xml if forms add-on is not included --------- Co-authored-by: Mayank Jindal <mayankjndal@adobe.com> Co-authored-by: Pankaj Parashar <pankajpr@adobe.com>
- Loading branch information
1 parent
4128673
commit 3543213
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
src/main/archetype/ui.content/src/main/content/jcr_root/conf/__appId__/_rep_policy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" | ||
jcr:primaryType="rep:ACL"> | ||
<allow | ||
jcr:primaryType="rep:GrantACE" | ||
rep:principalName="forms-users" | ||
rep:privileges="{Name}[jcr:read]"/> | ||
</jcr:root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters