Add TLS support, initial etcd connection check, fix key_prefix handling for etcd backend meta storage (#5403)

This commit is contained in:
Nikita Borzykh
2024-03-24 18:36:21 +03:00
committed by GitHub
parent dc9568fc0d
commit 1f3742850d
4 changed files with 58 additions and 23 deletions

View File

@@ -270,6 +270,12 @@ username = ""
password = ""
key_prefix = "seaweedfs."
timeout = "3s"
# Set the CA certificate path
tls_ca_file=""
# Set the client certificate path
tls_client_crt_file=""
# Set the client private key path
tls_client_key_file=""
[mongodb]
enabled = false