[Sub-issue #80-C]: Traefik X-Request-Id Middleware #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent Issue
Refs #80 - Unified Debug Logging System
Scope
Configure Traefik to generate/forward X-Request-Id headers for request correlation.
Files to Modify
config/traefik/dynamic/middleware.yml- Add x-request-id middlewareImplementation Details
Add to middleware.yml:
Alternative approach (if Traefik lacks UUID generation):
Update middleware chains:
Ensure access logs include request ID:
Acceptance Criteria
Dependencies
None - can be executed in parallel with #80-A and #80-E
Milestone
Milestone 1: Foundation