Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature][bug] Support for webhook event signing #259

Open
elliotdickison opened this issue Feb 6, 2024 · 3 comments
Open

[feature][bug] Support for webhook event signing #259

elliotdickison opened this issue Feb 6, 2024 · 3 comments

Comments

@elliotdickison
Copy link
Contributor

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
Copy link
Contributor Author

I'm up for adding this, but wanted to log it here for reference

@elliotdickison elliotdickison changed the title Support for webhook event signing [feature] Support for webhook event signing Feb 9, 2024
@elliotdickison
Copy link
Contributor Author

Turns out there is also a bug related to this: signing appears to be reset on existing Terraform-managed webhooks when adding new webhooks via Terraform.

@elliotdickison elliotdickison changed the title [feature] Support for webhook event signing [feature][bug] Support for webhook event signing Jul 16, 2024
@sachams
Copy link

sachams commented Aug 4, 2024

I'm seeing this too: if you make any webhook changes via Terraform then you have to remember to re-enable signing otherwise your webhooks break. Is there a timeline for fixing/adding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants