mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 04:27:02 +02:00
Adds the option of a write-through cache, backed by boltdb Co-authored-by: Theron Voran <tvoran@users.noreply.github.com> Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
15 lines
240 B
HCL
15 lines
240 B
HCL
pid_file = "./pidfile"
|
|
|
|
cache {
|
|
persist "kubernetes" {
|
|
exit_on_err = false
|
|
keep_after_import = false
|
|
path = "/vault/agent-cache/"
|
|
}
|
|
}
|
|
|
|
listener "tcp" {
|
|
address = "127.0.0.1:8300"
|
|
tls_disable = true
|
|
}
|