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.8k stars 445 forks source link

Propagate human errors from webhooks #2066

Closed maraino closed 1 week ago

maraino commented 1 week ago

Description

This commit adds a new field error to the webhook response that allows errors to propagate to the client. With ACME, webhook errors are a new subproblem.

cc: @joshdrake