Anil Kumar Bandrapalli
10/03/2022, 10:53 AMAnkit Nayan
10/03/2022, 11:00 AMAnil Kumar Bandrapalli
10/03/2022, 11:14 AMAnkit Nayan
10/03/2022, 11:18 AMAnil Kumar Bandrapalli
10/03/2022, 11:29 AMTELEMETRY_ENABLED=false
Ankit Nayan
10/03/2022, 11:30 AMAnil Kumar Bandrapalli
10/03/2022, 11:32 AMAnkit Nayan
10/03/2022, 11:34 AMAnil Kumar Bandrapalli
10/03/2022, 11:34 AMAnkit Nayan
10/03/2022, 11:36 AMAnil Kumar Bandrapalli
10/03/2022, 11:37 AMPrashant Shahi
10/03/2022, 1:55 PM2. Is there any tutorial to enable authentication to clickhouse db and work along with signoz as we are able to access the db without username and password.
Currently, we don't have any tutorial clickhouse auth in SigNoz. In Docker, right now the ClickHouse DB is accessible with default credentials. Only security measure at the moment would be to not expose the ClickHouse ports publicly. However, we will be working on adding admin user with strong password on default signoz installation in the future. Do let us know if you need help on the same in Docker environment. In case of K8s, ClickHouse DB should be secure and accessible via the credentials mentioned in `values.yaml`: https://github.com/SigNoz/charts/blob/main/charts/signoz/values.yaml#L54-L57 You can update the values and the IP whitelisting using
clickhouse.allowedNetworkIps
as per requirements.Anil Kumar Bandrapalli
10/03/2022, 2:15 PMAnkit Nayan
10/03/2022, 2:31 PMhttps://github.com/SigNoz/charts/blob/main/charts/signoz/values.yaml#L54-L57@Prashant Shahi will just updating the username and password in these lines work? Don't we need to change values in otel-colllectors and query-service as those clients will be connecting to CH
Prashant Shahi
10/03/2022, 2:36 PMDon't we need to change values in otel-colllectors and query-service as those clients will be connecting to CHSigNoz helm chart takes care of it by including the CH creds as environment variables in query-service and otel collectors containers.
Ankit Nayan
10/03/2022, 2:48 PMRahul Tiwari
10/06/2022, 11:39 AMPrashant Shahi
10/07/2022, 1:44 AMRahul Tiwari
10/07/2022, 5:28 AMPrashant Shahi
10/07/2022, 6:05 AMlocalhost
Rahul Tiwari
10/07/2022, 6:07 AMAnil Kumar Bandrapalli
10/07/2022, 6:07 AMPrashant Shahi
10/07/2022, 6:11 AMRahul Tiwari
10/07/2022, 6:42 AM