Merge pull request #7004 from Fiech/master

Extended list of sensitive configuration values
This commit is contained in:
Roeland Jago Douma 2017-10-30 20:01:42 +01:00 committed by GitHub
commit 5672f14fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -37,22 +37,30 @@ class SystemConfig {
/** @var array */
protected $sensitiveValues = [
'instanceid' => true,
'trusted_domains' => true,
'datadirectory' => true,
'overwrite.cli.url' => true,
'dbname' => true,
'dbhost' => true,
'dbpassword' => true,
'dbuser' => true,
'mail_from_address' => true,
'mail_domain' => true,
'mail_smtphost' => true,
'mail_smtpname' => true,
'mail_smtppassword' => true,
'passwordsalt' => true,
'secret' => true,
'updater.secret' => true,
'trusted_proxies' => true,
'proxyuserpwd' => true,
'log.condition' => [
'shared_secret' => true,
],
'license-key' => true,
'redis' => [
'host' => true,
'password' => true,
],
'objectstore' => [