clickhouse-backup icon indicating copy to clipboard operation
clickhouse-backup copied to clipboard

add support with kubernetes API integration to read secrets for credentials

Open Slach opened this issue 8 months ago • 0 comments

We should implement something like that

clickhouse:
  username: kubernetes/secret_name/key_name
  password: kubernetes/secret_name/key_name

and use kubernetes-go to interact with secrets for every config reloading

Slach avatar May 06 '25 10:05 Slach