You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/05/10 14:04:37 UTC

[sling-org-apache-sling-karaf-features] branch master updated: SLING-10368 Add service user mapping for Auth Core

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e6727d1  SLING-10368 Add service user mapping for Auth Core
e6727d1 is described below

commit e6727d1ba094f6defdd2d1647e119ca158d09a2a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon May 10 16:04:05 2021 +0200

    SLING-10368 Add service user mapping for Auth Core
---
 src/main/feature/feature.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 1a7be9f..e7984f2 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -20,6 +20,7 @@
 <features name="sling-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.5.0">
   <!-- Apache Sling -->
   <feature name="sling" version="${project.version}">
+    <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_auth_core">classpath:org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_auth_core.json</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_resourceresolver">classpath:org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_resourceresolver.json</config>
     <bundle>mvn:org.apache.sling/org.apache.sling.api/2.23.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.auth.core/1.5.2</bundle>