clickhouse-java
clickhouse-java copied to clipboard
Question: Does the driver supports auth via GSSAPI/Kerberos?
I'm looking for a way to connect to a ClickHouse instance with krb5 auth from DBeaver. Is it possible? If it is, can you provide any info on how to do it? If not, do you guys have any plans regarding such setups? Thanks.
Sorry it's currently not supported, but I think it's not difficult to add. Let me see if I can squeeze it into v0.3.3. Having said that, I need to release patch8 first :facepalm:.
I have the same question
I implemented krb5/GSS auth: https://github.com/ClickHouse/clickhouse-java/pull/1541 @mshustov, @zhicwu could you take a look?