From 7e271dfcdb5984848283605abf457c196953e944 Mon Sep 17 00:00:00 2001 From: Gauthier POGAM--LE MONTAGNER Date: Mon, 24 Mar 2025 10:15:16 +0100 Subject: [PATCH] fix(signoz): remove example secrets to avoid triggering GitGuardian --- templates/compose/signoz.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/signoz.yaml b/templates/compose/signoz.yaml index 6d18fe242..9f74e8a16 100644 --- a/templates/compose/signoz.yaml +++ b/templates/compose/signoz.yaml @@ -1274,11 +1274,11 @@ services: Password could be empty. If you want to specify SHA256, place it in 'password_sha256_hex' element. - Example: 65e84be33532fb784c48129675f9eff3a682b27168c0ea744b2cf58ee02337c5 + Example: **PASSWORD HASHED WITH SHA256** Restrictions of SHA256: impossibility to connect to ClickHouse using MySQL JS client (as of July 2019). If you want to specify double SHA1, place it in 'password_double_sha1_hex' element. - Example: e395796d6546b1b65db9d665cd43f0e858dd4303 + Example: **PASSWORD HASHED WITH SHA1** If you want to specify a previously defined LDAP server (see 'ldap_servers' in the main config) for authentication, place its name in 'server' element inside 'ldap' element.