clickhouse-connect icon indicating copy to clipboard operation
clickhouse-connect copied to clipboard

Kerberos Auth

Open tabarincev opened this issue 1 year ago • 2 comments

Hello, thank you for this great library! Is it planned to support a Kerberos Auth with requests-kerberos?

tabarincev avatar Feb 14 '23 14:02 tabarincev

This is the first time I've heard that ClickHouse can even support Kerberos over HTTP, so we definitely haven't planned it. We also stopped using the requests library, so we'd have to implement the equivalent for the underlying urllib3 library, and I have no idea how hard that is. As always a pull request would be great.

genzgd avatar Feb 14 '23 14:02 genzgd

The library doesn't look too bad so this should be doable directly with urllib3.

genzgd avatar Feb 14 '23 14:02 genzgd