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

Commit

Permalink
Add documentation on required policy permissions. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen authored Apr 30, 2020
1 parent 421339f commit 3def2e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ you use the published checksums to verify integrity.
## Usage & API
### Policy requirements
The token used should have the following policy permissions to be able to generate passwords.
```hcl
path "gen/password" {
capabilities = ["create", "update"]
}
```
### Generate Password
Generates a random, high-entropy password with the specified number of
Expand Down

0 comments on commit 3def2e8

Please sign in to comment.