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 2022/03/28 12:22:40 UTC

[sling-org-apache-sling-app-cms] 04/04: SLING-11228 - Adding login admin whitelist for cms.core bundle

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-org-apache-sling-app-cms.git

commit 37d262d9db44d467dc72e46b19170c076c6b8fe8
Author: Dan Klco <kl...@adobe.com>
AuthorDate: Mon Mar 28 08:22:29 2022 -0400

    SLING-11228 - Adding login admin whitelist for cms.core bundle
---
 feature/src/main/features/cms/cms.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/feature/src/main/features/cms/cms.json b/feature/src/main/features/cms/cms.json
index ed81e1b..f6fd8b1 100644
--- a/feature/src/main/features/cms/cms.json
+++ b/feature/src/main/features/cms/cms.json
@@ -183,6 +183,12 @@
             "user.mapping": [
                 "org.apache.sling.cms.core:sling-cms-versionmgr=sling-cms-versionmgr"
             ]
+        },
+        "org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~sling-cms":{
+            "whitelist.bundles":[
+                "org.apache.sling.cms.core"
+            ],
+            "whitelist.name":"sling-cms"
         }
     },
     "repoinit:TEXT|true": "@file"