Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
adding 's' to permission roles (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarri authored Feb 10, 2022
1 parent c2ecff2 commit 47a5571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/HowTo/Use-Manifest-File/Role.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ Use the following fields to configure one or more roles:
- kind: Role
name: anonymous
specs:
permission:
permissions:
- "read:nodes"

# Guest role manifest
- kind: Role
name: guest
specs:
permission:
permissions:
- "read:*"

# Signer role manifest
- kind: Role
name: signer
specs:
permission:
permissions:
- "read:*"
- "sign:keys"
- "sign:ethereum"
Expand All @@ -43,6 +43,6 @@ Use the following fields to configure one or more roles:
- kind: Role
name: admin
specs:
permission:
permissions:
- "*:*"
```

0 comments on commit 47a5571

Please sign in to comment.