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:25 UTC

[sling-org-apache-sling-karaf-configs] 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-configs.git


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

commit 51b458bfd5949b89f74468fa40b8976ba79e5a08
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon May 10 16:03:39 2021 +0200

    SLING-10368 Add service user mapping for Auth Core
---
 ...ermapping.impl.ServiceUserMapperImpl.amended~sling_auth_core.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_auth_core.json b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_auth_core.json
new file mode 100644
index 0000000..3c076bc
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_auth_core.json
@@ -0,0 +1,5 @@
+{
+  "user.mapping": [
+    "org.apache.sling.auth.core=[sling-readall]"
+  ]
+}