Commit Graph

6 Commits (4e06bdbc514826ee65983e7f7d5f201f18023130)

Author SHA1 Message Date
Herman Slatman 4e06bdbc51
Add `SignWithContext` method to authority and mocks 8 months ago
Herman Slatman b2301ea127
Remove the webhook `Do` method 8 months ago
Herman Slatman f3229d3e3c
Propagate (original) request ID to webhook requests
Technically the webhook request is a new request, so maybe the
`X-Request-ID` should not be set to the value of the original
request? But then the original request ID should be propageted
in the webhook request body, or using a different header.

The way the request ID is used in this functionality is actually
more like a tracing ID, so that may be an option too.
8 months ago
Mariano Cano 5bfe96d8c7
Send X5C leaf certificate to webhooks
This commit adds a new property that will be sent to authorizing and
enriching webhooks when signing certificates using the X5C provisioner.
10 months ago
Herman Slatman 419478d1e5
Make SCEP webhook validation look better 1 year ago
Andrew Reed 7101fbb0ee
Provisioner webhooks (#1001) 2 years ago