fix: add ClickHouse password authentication
All checks were successful
CI / build (push) Successful in 1m14s
CI / docker (push) Successful in 42s

ClickHouse default user had no password, causing auth failures on recent
CH versions. Set password via from_env in clickhouse-users.xml, pass
credentials in JDBC URLs to SaaS services and tenant server containers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-12 13:59:59 +02:00
parent 879accfc7f
commit da4a263cd7
6 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
<clickhouse>
<users>
<default>
<password from_env="CLICKHOUSE_PASSWORD" />
<networks>
<ip>::/0</ip>
</networks>