Skip to content

Commit 63408a4

Browse files
Update rewrap.go
1 parent 2d79457 commit 63408a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

service/kas/access/rewrap.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,11 @@ func (p *Provider) nanoTDFRewrap(ctx context.Context, requests []*kaspb.Unsigned
11801180
p.Logger.WarnContext(ctx, "audit event not found for KAO in nano rewrap",
11811181
slog.String("policy_id", policyID),
11821182
slog.Any("policy.uuid", policy.UUID),
1183-
slog.String("kao_id", kaoID))
1183+
slog.String("kao_id", kaoID),
1184+
slog.Any("pdp_access_result", pdpAccess),
1185+
slog.Any("kao_info", kaoInfo),
1186+
slog.Any("audit_events", auditEvents),
1187+
)
11841188
continue
11851189
}
11861190

0 commit comments

Comments
 (0)