+ New vault setup
This commit is contained in:
15
docker-host/setup/templates/vault-config.json.j2
Normal file
15
docker-host/setup/templates/vault-config.json.j2
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"backend": {
|
||||
"file": {
|
||||
"path": "/vault/file"
|
||||
}
|
||||
},
|
||||
"listener": {
|
||||
"tcp": {
|
||||
"address": "0.0.0.0:{{VAULT_PORT}}",
|
||||
"tls_disable": 1
|
||||
}
|
||||
},
|
||||
"ui": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user