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

Add support for verify flag for clickhouse #18862

Open
dev-cyprium opened this issue Oct 17, 2024 · 0 comments
Open

Add support for verify flag for clickhouse #18862

dev-cyprium opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels

Comments

@dev-cyprium
Copy link

We have a clickhouse server with a self-signed certificate and when connecting with the client we use:

clickhouse-client [...] --secure --accept-invalid-certificate

However, with datadog current implementation there isn't a way to specify this flag

no_verifyed_client = Client(
    'localhost', secure=True, verify=False
)

Pay attention to the verify flag.
Datadog library itself doesn't allow this flag: https://github.com/DataDog/integrations-core/blob/master/clickhouse/datadog_checks/clickhouse/clickhouse.py#L30

Can we please add support for it?

@HadhemiDD HadhemiDD self-assigned this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants