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
fix(clickhouse): resolve security issues in TLS and ReadOnly configuration
- Fix insecure TLS configuration: only enable TLS when SSLMode is not "none" or "disable"
- Fix missing ReadOnly enforcement: set ClickHouse "readonly" setting when ReadOnly="enable"
- Ensure InsecureSkipVerify is only used for "relaxed" mode, not for "none"
Co-authored-by: Anguel <modelorona@users.noreply.github.com>
0 commit comments