terraform-provider-fusionauth icon indicating copy to clipboard operation
terraform-provider-fusionauth copied to clipboard

[feature] Support for webhook event signing

Open elliotdickison opened this issue 5 months ago • 1 comments

It is not currently possible to configure webhook event signing. This should be solved with a new argument on the fusionauth_webhook resource along the following lines:

resource "fusionauth_webhook" "example" {
  signature_configuration {
    enabled: true
    signing_key_id: "string"
  }
}

elliotdickison avatar Feb 06 '24 00:02 elliotdickison