Skip to content

Commit

Permalink
Remove unnecessary ACL bootstrapping from 'Running locally' (BlueBrai…
Browse files Browse the repository at this point in the history
  • Loading branch information
hygt authored Aug 28, 2018
1 parent e06b350 commit 6b7be48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/paradox/running_locally/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b7be48

Please sign in to comment.