mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #28051 from nextcloud/bug/noid/dont-log-redis-password
Mask password for Redis and RedisCluster on connection failure
This commit is contained in:
commit
5579aaa7cb
1 changed files with 6 additions and 0 deletions
|
|
@ -112,6 +112,12 @@ class ExceptionSerializer {
|
|||
Key::class => [
|
||||
'__construct'
|
||||
],
|
||||
\Redis::class => [
|
||||
'auth'
|
||||
],
|
||||
\RedisCluster::class => [
|
||||
'__construct'
|
||||
]
|
||||
];
|
||||
|
||||
private function editTrace(array &$sensitiveValues, array $traceLine): array {
|
||||
|
|
|
|||
Loading…
Reference in a new issue