Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support secure connections to ClickHouse DB #5171

Merged
merged 1 commit into from
Jul 22, 2023

Commits on Jul 21, 2023

  1. Support secure connections to ClickHouse DB

    Adding following changes:
    
    1. Support TLS when connecting the Flow Aggregator to ClickHouse.
    2. Support HTTP/HTTPS. Users can directly modify the clickHouse.databaseURL in order to switch protocol.
    3. Support custom CA certificate. User need to create a clickhouse-ca Secret in flow-aggregator namespace. The custom CA certificate will be used when clickhouse.tls.caCert is true.
    4. Update network-flow-visibility.md
    5. Add e2e test for http/https/tls protocol when connecting the Flow Aggregator to ClickHouse
    
    Signed-off-by: Yun-Tang Hsu <[email protected]>
    yuntanghsu committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8652a8b View commit details
    Browse the repository at this point in the history