-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathvault-token-helper.annotated.yaml
35 lines (30 loc) · 1.1 KB
/
vault-token-helper.annotated.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ~/.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.
## Valid values:
## - automatic (default)
## - keychain
## - secret-service
## - wincred
## - pass
# backend: automatic
## macos Keychain config:
#
# keychain:
# keychain: (optional) name of macOS keychain to use. Default is the "login" keychain
# icloud: (optional) boolean. If true, the secret will be syncronizable to iCloud Keychain. Default: false
## secret-service (linux, dbus secret service, gnome keyring, etc)
#
# secret_service:
# collection: (optional) name of the collection to store tokens in (default: 'vault')
## Windows Credential Manager config options:
#
# wincred:
# prefix: (optional) prefix to apply to stored tokens (default: 'vault')
## pass (passwordstore.org) config options:
#
# pass:
# dir: (optional) path to password-store directory
# command: (optional) path to the pass executable (default: 'pass' in $PATH)
# prefix: (optional) prefix to apply to stored tokens (default: 'vault')