You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/01/11 18:18:55 UTC

[sling-whiteboard] 01/02: Adding the service user mapping to the feature configuration

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

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

commit 2ce3f1aeb09b18f31fb4a3b3e693697a28571738
Author: Dan Klco <dk...@apache.org>
AuthorDate: Mon Jan 11 12:52:34 2021 -0500

    Adding the service user mapping to the feature configuration
---
 .../src/main/features/base.json                                    | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/org.apache.sling.jcr.repositorymaintainance/src/main/features/base.json b/org.apache.sling.jcr.repositorymaintainance/src/main/features/base.json
index 20c7ea7..43f353e 100644
--- a/org.apache.sling.jcr.repositorymaintainance/src/main/features/base.json
+++ b/org.apache.sling.jcr.repositorymaintainance/src/main/features/base.json
@@ -5,6 +5,13 @@
             "start-order": "20"
         }
     ],
+    "configurations":{
+        "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-versionmgr":{
+            "user.mapping":[
+                "org.apache.sling.jcr.repositorymaintainance:sling-versionmgr=sling-versionmgr"
+            ]
+        }
+    },
     "repoinit:TEXT|true": [
         "create service user sling-versionmgr",
         "set ACL for sling-versionmgr",