smallstep / certificates

🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
https://smallstep.com/certificates
Apache License 2.0
6.5k stars 423 forks source link

Improve end-to-end request ID propagation #1743

Closed hslatman closed 5 months ago

hslatman commented 6 months ago

The CA will now propagate a request ID from the X-Request-Id header from its entrypoint all the way back to the client. The CA clients have been adjusted to generate a request ID (if not yet set) and set this on each request. When an error occurs, the request ID is read from the response header.