Update example config
This commit is contained in:
parent
81c4cc991c
commit
1eec55b2d0
1 changed files with 5 additions and 4 deletions
|
|
@ -12,11 +12,12 @@ users:
|
||||||
user_tokens:
|
user_tokens:
|
||||||
- name: admin
|
- name: admin
|
||||||
token: test-token-change-me
|
token: test-token-change-me
|
||||||
vaults:
|
vault_access:
|
||||||
allow_access_to_all: true
|
type: allow_access_to_all
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
token: other-test-token
|
token: other-test-token
|
||||||
vaults:
|
vault_access:
|
||||||
allowed:
|
type: allow_list
|
||||||
|
allowed:
|
||||||
- default
|
- default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue