Shubhendra Kushwaha
07/29/2025, 4:39 AMsignoz component, though migrator job completed successully. I also tried resetting the password as per signoz-clickhouse-external secret, but still giving auth error
{
"timestamp": "2025-07-29T04:38:51.354461467Z",
"level": "ERROR",
"code": {
"function": "github.com/SigNoz/signoz/pkg/telemetrystore/telemetrystorehook.(*logging).AfterQuery",
"file": "/home/runner/work/signoz/signoz/pkg/telemetrystore/telemetrystorehook/logging.go",
"line": 46
},
"msg": "::TELEMETRYSTORE-QUERY::",
"logger": "github.com/SigNoz/signoz/pkg/telemetrystore/telemetrystorehook",
"db.query.text": "SELECT 1",
"db.query.args": null,
"db.duration": "5.713751ms",
"db.query.error": "code: 516, message: signoz: Authentication failed: password is incorrect, or there is no user with such name."
}Shubhendra Kushwaha
07/29/2025, 5:13 AMsignoz-0 pod environment variableShubhendra Kushwaha
07/29/2025, 6:34 AMSIGNOZ_TELEMETRYSTORE_CLICKHOUSE_DSN in signoz statefulset from <tcp://clickhouse-clickhouse-cluster.clickhouse.svc.cluster.local:9000/?username=signoz&password=$(CLICKHOUSE_PASSWORD)> to <tcp://clickhouse-clickhouse-cluster.clickhouse.svc.cluster.local:9000/?username=signoz&password=mypassword> it workedNagesh Bansal
07/29/2025, 6:53 AMShubhendra Kushwaha
07/29/2025, 8:42 AMPedro Carvalho
08/01/2025, 3:22 AMenv:, as I prefer not to have the passwords in plain text.Nagesh Bansal
08/06/2025, 11:28 AM