You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Andreas Schaefer (Jira)" <ji...@apache.org> on 2019/12/16 22:35:00 UTC

[jira] [Updated] (SLING-8561) ACLs on service users should be ignored because of randomised node names

     [ https://issues.apache.org/jira/browse/SLING-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Schaefer updated SLING-8561:
------------------------------------
    Fix Version/s:     (was: Content-Package to Feature Model Converter 1.0.0)
                   Content-Package to Feature Model Converter 1.0.2

> ACLs on service users should be ignored because of randomised node names
> ------------------------------------------------------------------------
>
>                 Key: SLING-8561
>                 URL: https://issues.apache.org/jira/browse/SLING-8561
>             Project: Sling
>          Issue Type: Bug
>          Components: Content-Package to Feature Model Converter
>    Affects Versions: Content-Package to Feature Model Converter 1.0.0
>            Reporter: Christophe Jelger
>            Assignee: Simone Tripodi
>            Priority: Blocker
>             Fix For: Content-Package to Feature Model Converter 1.0.2
>
>
> The creation of service users via reponit creates randomised node names, for example, something like
> {code:java}
> /home/users/system/communities/7w6ebrYBWEGY5r5cHQ-E [social-enablement-replication-user]
> {code}
> This means than ACLs cannot be set later on that node name if the content package tries to set some ACLs on
> {code:java}
> /home/users/system/communities/social-enablement-replication-user
> {code}
> This means that we should currently ignore ACLs for service users, that is, nodes with primary type {{rep:SystemUser}} like.
> Which means in the repoinit section, the following 2 lines should for example be removed: 
> {code:java}
> create path (sling:Folder) /home/users/system/communities/social-enablement-replication-user
> allow jcr:all on /home/users/system/communities/social-enablement-replication-user
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)