Skip to content

Commit

Permalink
[ci skip] doc update, annotated config file
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller authored Jul 26, 2019
1 parent 1656c5d commit 747ae15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vault-token-helper.annotated.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ~/.vault-token-helper.yaml
# This is a complete, annotated example of the config file with all options and defaults shown.

---
## Specify the secret storage backend to use.
Expand Down Expand Up @@ -29,5 +31,5 @@
#
# pass:
# dir: (optional) path to password-store directory
# command: (optional) path to the pass executable
# prefix: (optional) prefix to apply to stored tokens (default: 'vault')
# command: (optional) path to the pass executable (default: 'pass' in $PATH)
# prefix: (optional) prefix to apply to stored tokens (default: 'vault')

0 comments on commit 747ae15

Please sign in to comment.