mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
feat(storage): Add skip_ssl_validation option for object storage HTTP client (#6358)
* feat(storage): Add skip_ssl_validation option for object storage HTTP client Signed-off-by: rgidda <rgidda@hitachivantara.com> * fix(test): Broken test case for - Add skip_ssl_validation option for object storage HTTP client Signed-off-by: rgidda <rgidda@hitachivantara.com> * fix: test * fix: test --------- Signed-off-by: rgidda <rgidda@hitachivantara.com> Co-authored-by: rgidda <rgidda@hitachivantara.com> Co-authored-by: dennis zhuang <killme2008@gmail.com>
This commit is contained in:
@@ -367,6 +367,10 @@ timeout = "30s"
|
||||
## The timeout for idle sockets being kept-alive.
|
||||
pool_idle_timeout = "90s"
|
||||
|
||||
## To skip the ssl verification
|
||||
## **Security Notice**: Setting `skip_ssl_validation = true` disables certificate verification, making connections vulnerable to man-in-the-middle attacks. Only use this in development or trusted private networks.
|
||||
skip_ssl_validation = false
|
||||
|
||||
# Custom storage options
|
||||
# [[storage.providers]]
|
||||
# name = "S3"
|
||||
|
||||
Reference in New Issue
Block a user