Skip to content

Commit

Permalink
Docs: policy update for multiple policies, fixes #3611 (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate authored and vishalnayak committed Nov 27, 2017
1 parent 1d2a380 commit 4e69240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/concepts/policies.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ authenticated user.
Tokens are associated with their policies at creation time. For example:
```sh
$ vault token-create -policy=dev-readonly,logs
$ vault token-create -policy=dev-readonly -policy=logs
```
Child tokens can be associated with a subset of a parent's policies. Root users
Expand Down

0 comments on commit 4e69240

Please sign in to comment.