Remove TODO from impersonator.go.
We're now tracking this in an issue: https://github.com/vmware-tanzu/pinniped/issues/642 Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
1932b03c39
commit
b57878ebc5
@ -195,7 +195,6 @@ func newInternal( //nolint:funlen // yeah, it's kind of long.
|
|||||||
}
|
}
|
||||||
|
|
||||||
// wire up a fake audit backend at the metadata level so we can preserve the original user during nested impersonation
|
// wire up a fake audit backend at the metadata level so we can preserve the original user during nested impersonation
|
||||||
// TODO: wire up the real std out logging audit backend based on plog log level
|
|
||||||
serverConfig.AuditPolicyChecker = policy.FakeChecker(auditinternal.LevelMetadata, nil)
|
serverConfig.AuditPolicyChecker = policy.FakeChecker(auditinternal.LevelMetadata, nil)
|
||||||
serverConfig.AuditBackend = &auditfake.Backend{}
|
serverConfig.AuditBackend = &auditfake.Backend{}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user