b6e1d62d33
* initial refactoring of unseal step in run * remove waitgroup * remove waitgroup * backup work * backup * backup * completely modularize run and move into diagnose * add diagnose errors for incorrect number of unseal keys * comment tests back in * backup * first subspan * finished subspanning but running into error with timeouts * remove runtime checks * meeting updates * remove telemetry block * roy comment * subspans for seal finalization and wrapping diagnose latency checks * fix storage latency test errors * review comments * use random uuid for latency checks instead of static id
27 lines
457 B
HCL
27 lines
457 B
HCL
disable_cache = true
|
|
disable_mlock = true
|
|
|
|
ui = true
|
|
|
|
listener "tcp" {
|
|
address = "127.0.0.1:1024"
|
|
tls_disable = true
|
|
}
|
|
|
|
backend "consul" {
|
|
address = "consulserver:8500"
|
|
foo = "bar"
|
|
advertise_addr = "foo"
|
|
}
|
|
|
|
ha_backend "consul" {
|
|
address = "127.0.0.1:1024"
|
|
bar = "baz"
|
|
advertise_addr = "https://127.0.0.1:8500"
|
|
disable_clustering = "true"
|
|
}
|
|
|
|
service_registration "consul" {
|
|
address = "127.0.0.1:8500"
|
|
foo = "bar"
|
|
} |