Skip to content
This repository was archived by the owner on May 22, 2022. It is now read-only.

Releases: alekc/terraform-provider-auth0

1.1.3

22 Nov 15:59
1ba77ea
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added custom timeout and waiting logic for auth0_action. #30

1.1.2

20 Oct 08:49
9bcdf10
Compare
Choose a tag to compare

FIXES:

  • logout property of samlp addon is not serialized properly. #28

v1.1.1

01 Oct 16:37
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Improved secrets management in hook
  • Added support for organization_usage and organization_require_behavior to resource auth0_client
  • Added support for metadata_url and metadata_xmlto resource auth0_connection

v1.1.0

19 Sep 12:16
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Added auth0_action and auth0_flow resources
  • Added JSONOBJECT option to logstream
  • Added support for allowed_clients
  • Added support for user_invitation in auth0_email_template
  • Added support for signing_cert in auth0_client.

BUG FIXES:

  • Addressed some bugs related to addon serializations in auth0_client

v1.0.0

15 Sep 17:41
baaaadf
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Provider has been rewritten to Terraform Sdk v2, so some bugs may arise. Use with caution.
  • Some linter pleasing
  • Introduced parallelism to tests
  • Custom domain is ignored now if the testing account is not premium
  • Created a new make target make install-local. To use it run make install-local version=1.0.0, and it will build the provider and place it local terraform sdk plugin folder. It can be used with source = "local/alekc/auth0" in your provider source attribute.
  • Added provider's debug capability. It can be invoked with
  • Added validation for datadog log stream region (capital case was throwing an error on Auth0 side)

BREAKING CHANGES:

  • All addons from the auth0_client has been dropped, except for those present in the webui (Saml2 and WS-FED).
  • Resource auth0_global_client has been deleted
  • auth0_connection.options is now a required field. It can be empty (but set to options {}). This is due to a limitation in nested defaults from Terraform (if that value is not set, it's much harder to catch drifts)

BUG FIXES:

  • Empty non_persistent_attrs no longer breaks Auth0 connection webui (however it will still break if it's set to anything, this is a bug on Auth0 side)

v0.21.1

09 Sep 12:20
afe7d82
Compare
Choose a tag to compare

FIXES:

  • resource/auth0_branding: Fixed issue "template 404 not found" #380

ENHANCEMENTS:

  • resource/auth0_client: Documentation removal of custom_login_page_preview field #386

NOTES:

  • Bumped go-auth0 version to v5.17.0 #398