You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/03/04 13:58:23 UTC

[sling-org-apache-sling-starter] branch master updated: SLING-11171 - WARN "The provided service user id 'serviceuser--org.apache.sling.auth.core' is not a known JCR system user id and therefore not allowed in the Sling Service User Mapper."

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a2e6af  SLING-11171 - WARN "The provided service user id 'serviceuser--org.apache.sling.auth.core' is not a known JCR system user id and therefore not allowed in the Sling Service User Mapper."
2a2e6af is described below

commit 2a2e6afa63140d733f1b107480e117ab782fb842
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 4 15:44:56 2022 +0200

    SLING-11171 - WARN "The provided service user id 'serviceuser--org.apache.sling.auth.core' is not a known JCR system user id and therefore not allowed in the Sling Service User Mapper."
    
    Add a service user mapping for auth.core
---
 src/main/features/base.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main/features/base.json b/src/main/features/base.json
index 46d0125..d4f0d1e 100644
--- a/src/main/features/base.json
+++ b/src/main/features/base.json
@@ -300,6 +300,11 @@
             ],
             "whitelist.name":"sling"
         },
+        "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~auth-core":{
+            "user.mapping":[
+                "org.apache.sling.auth.core=[sling-readall]"
+            ]
+        },
         "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~i18n":{
             "user.mapping":[
                 "org.apache.sling.i18n=[sling-readall]"