- Added comprehensive step-by-step guide in README.md for Vault Transit auto-unseal setup. - Included Docker Swarm stack definition (docker-stack-vault.yml). - Added Vault configuration templates and bootstrap scripts. - Configured Gitea workflows for the VaultTest environment.
16 lines
207 B
JSON
16 lines
207 B
JSON
{
|
|
"storage": {
|
|
"file": {
|
|
"path": "/vault/file"
|
|
}
|
|
},
|
|
"listener": {
|
|
"tcp": {
|
|
"address": "0.0.0.0:8200",
|
|
"tls_disable": 1
|
|
}
|
|
},
|
|
"disable_mlock": true,
|
|
"ui": false
|
|
}
|