mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Mask password for Redis and RedisCluster on connection failure
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
df1ecbaa27
commit
74fa8f3f84
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