File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,34 @@ class AppConfig implements IAppConfig {
4545
4646 /** @var array[] */
4747 protected $ sensitiveValues = [
48+ 'circles ' => [
49+ '/^local_gskey$/ ' ,
50+ ],
4851 'external ' => [
4952 '/^sites$/ ' ,
5053 ],
54+ 'integration_discourse ' => [
55+ '/^private_key$/ ' ,
56+ '/^public_key$/ ' ,
57+ ],
58+ 'notify_push ' => [
59+ '/^cookie$/ ' ,
60+ ],
5161 'spreed ' => [
5262 '/^bridge_bot_password/ ' ,
5363 '/^signaling_servers$/ ' ,
5464 '/^signaling_ticket_secret$/ ' ,
65+ '/^sip_bridge_dialin_info$/ ' ,
66+ '/^sip_bridge_shared_secret$/ ' ,
5567 '/^stun_servers$/ ' ,
5668 '/^turn_servers$/ ' ,
5769 '/^turn_server_secret$/ ' ,
5870 ],
71+ 'support ' => [
72+ '/^last_response$/ ' ,
73+ '/^potential_subscription_key$/ ' ,
74+ '/^subscription_key$/ ' ,
75+ ],
5976 'theming ' => [
6077 '/^imprintUrl$/ ' ,
6178 '/^privacyUrl$/ ' ,
Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ class SystemConfig {
5757 'updater.secret ' => true ,
5858 'trusted_proxies ' => true ,
5959 'proxyuserpwd ' => true ,
60+ 'sentry.dsn ' => true ,
61+ 'sentry.public-dsn ' => true ,
62+ 'zammad.download.secret ' => true ,
63+ 'zammad.portal.secret ' => true ,
64+ 'zammad.secret ' => true ,
65+ 'github.client_id ' => true ,
66+ 'github.client_secret ' => true ,
6067 'log.condition ' => [
6168 'shared_secret ' => true ,
6269 ],
You can’t perform that action at this time.
0 commit comments