diff --git a/lib/private/AppConfig.php b/lib/private/AppConfig.php index 4906e519252b3..53726efc0b4f1 100644 --- a/lib/private/AppConfig.php +++ b/lib/private/AppConfig.php @@ -1440,6 +1440,9 @@ private function getSensitiveKeys(string $app): array { 'globalsiteselector' => [ '/^gss\.jwt\.key$/', ], + 'gpgmailer' => [ + '/^GpgServerKey$/', + ], 'integration_discourse' => [ '/^private_key$/', '/^public_key$/', @@ -1494,6 +1497,9 @@ private function getSensitiveKeys(string $app): array { '/^client_secret$/', '/^oauth_instance_url$/', ], + 'maps' => [ + '/^mapboxAPIKEY$/', + ], 'notify_push' => [ '/^cookie$/', ], @@ -1531,12 +1537,12 @@ private function getSensitiveKeys(string $app): array { '/^slogan$/', '/^url$/', ], - 'user_ldap' => [ - '/^(s..)?ldap_agent_password$/', - ], 'twofactor_gateway' => [ '/^.*token$/', ], + 'user_ldap' => [ + '/^(s..)?ldap_agent_password$/', + ], 'user_saml' => [ '/^idp-x509cert$/', ],