Merge pull request #71713 from ClickHouse/backport/24.8/69301

Backport #69301 to 24.8: Add xml char escaping to docker's entrypoint
This commit is contained in:
robot-ch-test-poll1 2024-11-10 21:14:07 +04:00 committed by GitHub
commit a4c0c88723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,7 +120,7 @@ if [ -n "$CLICKHOUSE_USER" ] && [ "$CLICKHOUSE_USER" != "default" ] || [ -n "$CL
<networks>
<ip>::/0</ip>
</networks>
<password>${CLICKHOUSE_PASSWORD}</password>
<password><![CDATA[${CLICKHOUSE_PASSWORD//]]>/]]]]><![CDATA[>}]]></password>
<quota>default</quota>
<access_management>${CLICKHOUSE_ACCESS_MANAGEMENT}</access_management>
</${CLICKHOUSE_USER}>