chore: log full source hostname
This commit is contained in:
@@ -15,7 +15,7 @@ return static function (): void {
|
||||
$auditBase = [
|
||||
'request_id' => bin2hex(random_bytes(8)),
|
||||
'source_host' => $ctx->sourceHost(),
|
||||
'server_name' => $ctx->serverName(),
|
||||
'server_name' => $ctx->auditServerName(),
|
||||
'target_host' => $settings->targetBaseUrl(),
|
||||
'username' => $ctx->username(),
|
||||
'ttl' => $settings->loginKeyTtl(),
|
||||
|
||||
Reference in New Issue
Block a user