jfrog / terraform-provider-artifactory

Terraform provider to manage JFrog Artifactory
https://jfrog.com/artifactory
Apache License 2.0
271 stars 102 forks source link

Add a provider for webhooks related to clients events #1012

Closed sebastienvermeille closed 1 week ago

sebastienvermeille commented 2 weeks ago

I could not find any terraform provider for webhooks related to users account being locked.

Some providers exist for artifacts, dockers, but nothing for users: https://registry.terraform.io/providers/jfrog/artifactory/latest/docs/resources/artifact_property_webhook

Could you please consider implementing it?

Describe the solution you'd like I would like to be able to define a custom webhook related to the user account being locked.

Describe alternatives you've considered At the moment I defined the webhook via the UI. However, this goes against our practice (Config as Code)

Thank you for your consideration

alexhung commented 2 weeks ago

@sebastienvermeille Thanks for the suggestion. I'll add this to our plan.