From 1e27aed4dcf62b6c4790fb2c296520198c1cfb77 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 1 Mar 2022 20:59:27 +0100 Subject: Censor more configs Signed-off-by: Joas Schilling --- lib/private/SystemConfig.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/private/SystemConfig.php') diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index 012c959ce85..0bc6154fbc4 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -57,6 +57,13 @@ class SystemConfig { 'updater.secret' => true, 'trusted_proxies' => true, 'proxyuserpwd' => true, + 'sentry.dsn' => true, + 'sentry.public-dsn' => true, + 'zammad.download.secret' => true, + 'zammad.portal.secret' => true, + 'zammad.secret' => true, + 'github.client_id' => true, + 'github.client_secret' => true, 'log.condition' => [ 'shared_secret' => true, ], -- cgit v1.2.3