Added additional methods for removal of sensitive info
Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
This commit is contained in:
parent
4cb4d03184
commit
4ae7275aeb
|
@ -69,6 +69,8 @@ class Log implements ILogger {
|
|||
'loginWithPassword',
|
||||
'updatePrivateKeyPassword',
|
||||
'validateUserPass',
|
||||
'loginWithToken',
|
||||
'\{closure\}',
|
||||
|
||||
// TokenProvider
|
||||
'getToken',
|
||||
|
@ -96,6 +98,10 @@ class Log implements ILogger {
|
|||
'bind',
|
||||
'areCredentialsValid',
|
||||
'invokeLDAPMethod',
|
||||
|
||||
// Encryption
|
||||
'storeKeyPair',
|
||||
'setupUser',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue