mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +02:00
* Added a scenario to test docker artifacts using the vault helm chart and a kind cluster * Addedt enos-k8s github workflow
21 lines
407 B
HCL
21 lines
407 B
HCL
ui = true
|
|
listener "tcp" {
|
|
address = "[::]:8200"
|
|
cluster_address = "[::]:8201"
|
|
tls_disable = true
|
|
}
|
|
|
|
storage "raft" {
|
|
path = "/vault/data"
|
|
autopilot {
|
|
cleanup_dead_servers = "true"
|
|
last_contact_threshold = "200ms"
|
|
last_contact_failure_threshold = "10m"
|
|
max_trailing_logs = 250000
|
|
min_quorum = 5
|
|
server_stabilization_time = "10s"
|
|
}
|
|
}
|
|
|
|
service_registration "kubernetes" {}
|