Hide Passwords from Server Configs

28 views
Skip to first unread message

sparsh sidana

unread,
Aug 31, 2021, 8:03:27 PM8/31/21
to ClickHouse
Hello,

We want to hide the passwords mentioned in our server configs. EG:
<shard>
<replica>
<host>midas-stg-2</host>
<port>9000</port>
<user>default</user>
<password>pass</password>
</replica>
</shard>

In users.xml, we're storing <password_sha256_hex>, so that the security is not compromised. However, storing it in the SHA 256 format doesn't seem to work in server configs. Querying the Distributed Table is failing.
Is there a solution for this?
Reply all
Reply to author
Forward
0 new messages