-
Hi, The Clickhouse docs do not mention anything about this method but if Vector supports it, I'd like to know how to set it up. for more context, we have a simple clickhouseDB server and we are using clickhouse sink to push data. Any help on this is appreciated, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @DSdatsme ! I'm also not seeing any support in Clickhouse for token-based authentication. I think that may have just been included in the Vector |
Beta Was this translation helpful? Give feedback.
Hi @DSdatsme !
I'm also not seeing any support in Clickhouse for token-based authentication. I think that may have just been included in the Vector
clickhouse
sink as it reuses the HTTP authentication mechanism for other HTTP-based sinks. All I can see supported for Clickhouse is username/password authentication.