fix: use performance_multiplier

The vault instances lose the raft leader status, while loading
the `vault-auth-tee` plugin, because the gramine enviroment slows
down the `execve` significantly.

Using `performance_multiplier` relaxes the timeouts for the raft protocol.

see also: https://github.com/hashicorp/vault/issues/28009

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-08-07 14:37:55 +02:00
parent e476792bfe
commit 6be0ac561e
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -22,7 +22,8 @@ storage "raft" {
# Parameter needed because of slow plugin loading
# may be relaxed for faster machines
# performance_multiplier = 200
# see also https://github.com/hashicorp/vault/issues/28009
performance_multiplier = 10
# autopilot_reconcile_interval = "120s"
# autopilot_update_interval = "60s"