Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Fix playground tutorial ACL (#1421)
Browse files Browse the repository at this point in the history
Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti authored Jun 30, 2017
1 parent babd2ce commit a992ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ rule Default {
description: "Allow all participants access to all resources"
participant: "ANY"
operation: ALL
resource: "org.acme.mynetwork"
resource: "org.acme.mynetwork.*"
action: ALLOW
}
```
Expand Down

0 comments on commit a992ea2

Please sign in to comment.