chore: log full source hostname

This commit is contained in:
Marek Miklewicz
2026-06-30 21:35:12 +02:00
parent b6a9180eae
commit 311190a7cd
8 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -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(),