You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2017/01/26 13:10:17 UTC

svn commit: r1780377 - /sling/trunk/samples/slingbucks/README.txt

Author: bdelacretaz
Date: Thu Jan 26 13:10:17 2017
New Revision: 1780377

URL: http://svn.apache.org/viewvc?rev=1780377&view=rev
Log:
Mention the need for whitelisting - should use a service user instead

Modified:
    sling/trunk/samples/slingbucks/README.txt

Modified: sling/trunk/samples/slingbucks/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/samples/slingbucks/README.txt?rev=1780377&r1=1780376&r2=1780377&view=diff
==============================================================================
--- sling/trunk/samples/slingbucks/README.txt (original)
+++ sling/trunk/samples/slingbucks/README.txt Thu Jan 26 13:10:17 2017
@@ -33,8 +33,15 @@ HOW TO TEST
 -----------
 On a default Sling trunk instance you usually need to first disable the 
 "Allow Anonymous Access" option at 
+
 http://localhost:8080/system/console/configMgr/org.apache.sling.engine.impl.auth.SlingAuthenticator
 
+And also, as long as this bundle uses loginAdministrative, whitelist it by adding 
+"org.apache.sling.samples.slingbucks" to the "Whitelist bundles additional" configuration 
+property at
+
+http://localhost:8080/system/console/configMgr/org.apache.sling.jcr.base.internal.LoginAdminWhitelist
+
 Then, start at 
 
   http://localhost:8080/content/slingbucks/public/orders.html