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

Missing Group-Related Event Fields (for webhook) in Terraform Provider for FusionAuth #308

Open
sanjesh1000 opened this issue Dec 26, 2024 · 0 comments

Comments

@sanjesh1000
Copy link

Issue:

  • The following group-related events are available in the FusionAuth UI but are currently missing in the Terraform provider.
  • Adding support for these events would enable full parity between the UI and Terraform configurations, ensuring seamless infrastructure as code (IaC) practices.
  • Missing events:
group.create	A group is being created		
group.create.complete	A create group request completed		
group.delete	A group is being deleted		
group.delete.complete	A group delete request completed		
group.member.add	A user is being added to a group		
group.member.add.complete	A user add request has completed		
group.member.remove	A user is being removed from a group		
group.member.remove.complete	A user remove request has completed		
group.member.update	A groups membership is being updated		
group.member.update.complete	A group member update request has completed		
group.update	A group is being updated		
group.update.complete

Expected Behavior:
These events should be available in the Terraform provider to allow their configuration

@sanjesh1000 sanjesh1000 changed the title Missing Group-Related Event Fields (for wehbook) in Terraform Provider for FusionAuth Missing Group-Related Event Fields (for webhook) in Terraform Provider for FusionAuth Dec 26, 2024
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

1 participant