From 6b7be48c7a33a72a6be0d173187caeb89ffa4c28 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 28 Aug 2018 11:55:35 +0200 Subject: [PATCH] Remove unnecessary ACL bootstrapping from 'Running locally' (#69) --- src/main/paradox/running_locally/index.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/paradox/running_locally/index.md b/src/main/paradox/running_locally/index.md index a99b840d7c..6531367deb 100644 --- a/src/main/paradox/running_locally/index.md +++ b/src/main/paradox/running_locally/index.md @@ -89,11 +89,6 @@ Creating service nexus_router Wait about one minute and you should be able to open the [Nexus landing page](http://localhost) locally on the port 80. -To grant anonymous users permissions for all the operations in KG, run: -``` -curl -XPUT -H "Content-Type: application/json" http://localhost/v0/acls/kg/ -d '{"acl":[{"permissions":["read","write","own","publish"],"identity":{"type":"Anonymous"}}]}' -``` - Please visit @extref[Nexus KG documentation](service:kg) to for more details. To list running services or access logs, please refer to the