fix(vault): clean up S3 config with timeout

This commit is contained in:
Story Crater Bot
2026-07-21 15:26:54 -07:00
parent c9bf9f7dce
commit eda152015c
+2 -2
View File
@@ -124,12 +124,12 @@ server:
# s3_force_path_style: MinIO uses path-style URLs (not virtual-hosted). # s3_force_path_style: MinIO uses path-style URLs (not virtual-hosted).
# disable_ssl: MinIO in this cluster has no TLS. # disable_ssl: MinIO in this cluster has no TLS.
storage "s3" { storage "s3" {
max_parallel = 128 endpoint = "http://minio.storage.svc.cluster.local"
s3_session_timeout = "5s" endpoint = "http://minio.storage.svc.cluster.local"
bucket = "vault" bucket = "vault"
region = "us-east-1" region = "us-east-1"
s3_force_path_style = "true" s3_force_path_style = "true"
disable_ssl = "true" disable_ssl = "true"
max_parallel = 128
} }
# api_addr: the address other Vault nodes (or HA standbys) use to reach # api_addr: the address other Vault nodes (or HA standbys) use to reach