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:46:18 UTC

[sling-org-apache-sling-starter] 01/01: 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 issue/SLING-11171
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit 623a0f07196e360a93e0b4a108a915b9c7085f9e
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]"