v.25.12Experimental Feature

Access ClickHouse Cloud instances using Cloud credentials

Access ClickHouse Cloud instances using Cloud credentials with --login. #89261 (Krishna Mannem).
Access ClickHouse Cloud instances using Cloud credentials via the new --login option.

Why it matters

This feature allows users to authenticate and connect to ClickHouse Cloud instances seamlessly using their cloud credentials, improving security and ease of access without manual credential management.

How to use it

Use the --login option when connecting to a ClickHouse Cloud instance. For example, run the ClickHouse client with:

bash<br>clickhouse client --login<br>
This will prompt or automatically handle authentication using your cloud credentials.