You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
147914: cloud/amazon: add option to skip TLS verification for backup/restore r=sravotto a=sravotto
Previously, backup/restore jobs running against secure, on-premises S3 object stores that use self signed certificate would fail, unless cloudstorage.http.custom_ca is set.
However, customers want the ability to bypass the certificate validation in test environments.
To address this, we added a new URL parameter (AWS_SKIP_TLS_VERIFY) that can be set in the backup URL to bypass certificate validation. Note that a CA certificate is still required; this parameter means that the client will not verify the certificate.
Warning: Use this query parameter with caution, as it creates MITM vulnerabilities.
This change also adds a test case in roachtest for verification against a microCeph cluster.
Epic: none
Fixes: 147910
Release note: None
Co-authored-by: Silvano Ravotto <[email protected]>
0 commit comments