Validate user config
This commit is contained in:
parent
31833a9f47
commit
0f5bfa3d5e
4 changed files with 122 additions and 6 deletions
|
|
@ -10,12 +10,17 @@ server:
|
|||
response_timeout_seconds: 60
|
||||
|
||||
users:
|
||||
user_tokens:
|
||||
user_configs:
|
||||
- name: admin
|
||||
token: test-token-change-me
|
||||
vault_access:
|
||||
type: allow_access_to_all
|
||||
|
||||
- name: other-admin
|
||||
token: test-token-change-me2
|
||||
vault_access:
|
||||
type: allow_access_to_all
|
||||
|
||||
- name: test
|
||||
token: other-test-token
|
||||
vault_access:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue