Logo
Explore Help
Register Sign In
cameleer/cameleer-saas
2
0
Fork 0
You've already forked cameleer-saas
Code Issues 22 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
ec38d0b1c22f77b8b41cf24bd66ea55d8fe5f9c9
cameleer-saas/docker/clickhouse-users.xml

11 lines
184 B
XML
Raw Normal View History

fix: allow ClickHouse connections from Docker network The default ClickHouse image restricts the 'default' user to localhost only. Override with clickhouse-users.xml to allow connections from any IP (needed for inter-container communication on the Docker network). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 23:41:14 +02:00
<clickhouse>
<users>
<default>
fix: add ClickHouse password authentication 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>
2026-04-12 13:59:59 +02:00
<password from_env="CLICKHOUSE_PASSWORD" />
fix: allow ClickHouse connections from Docker network The default ClickHouse image restricts the 'default' user to localhost only. Override with clickhouse-users.xml to allow connections from any IP (needed for inter-container communication on the Docker network). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 23:41:14 +02:00
<networks>
<ip>::/0</ip>
</networks>
</default>
</users>
</clickhouse>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 136ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API