pactflow / terraform-provider-pact

Terraform provider for Pact Broker (and Pactflow)
https://pactflow.io
MIT License
24 stars 4 forks source link

Feature: support user creation (not invite user) #28

Open mefellows opened 1 year ago

mefellows commented 1 year ago

The pact_user uses the "invite user" flow and only works for Pactflow Cloud, not the on-premises edition.

Pactflow has recently released SCIM, including a new POST endpoint to pre-create users in the database, with the appropriate IDP information, that doesn't rely on the "user invitation" workflow.

This allows for the following capabilities/use cases:

This feature requests a new resource pact_user_v2 which uses the new endpoint.