Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Releases: alexkappa/terraform-provider-auth0

v0.6.0

24 Mar 11:47
Compare
Choose a tag to compare

FEATURES:

  • New Resource: auth0_hook (#171)
  • New Resource: auth0_global_client (#172)

ENHANCEMENTS:

  • resource/auth0_user: name, family_name, given_name, blocked and picture are added (#166)
  • resource/auth0_client: add initiate_login_uri (#2)
  • resource/auth0_tenant: add default_redirection_uri (#2)
  • resource/auth0_connection: strategy is now required and the apple, oidc and line strategies are added (#6)

BUG FIXES:

  • resource/auth0_user: unassigning a role won't fail if the role has already been deleted.

v0.5.2

28 Feb 10:53
Compare
Choose a tag to compare

FEATURES:

  • New Resource: auth0_hook (#171)
  • New Resource: auth0_global_client (#172)

ENHANCEMENTS:

  • resource/auth0_user: name, family_name, given_name, blocked and picture are added (#166)
  • resource/auth0_client: add initiate_login_uri (#2)
  • resource/auth0_tenant: add default_redirection_uri (#2)
  • resource/auth0_connection: strategy is now required and the apple, oidc and line strategies are added (#6)

BUG FIXES:

  • resource/auth0_user: unassigning a role won't fail if the role has already been deleted.

v0.5.2-rc.1

23 Feb 15:55
Compare
Choose a tag to compare
v0.5.2-rc.1 Pre-release
Pre-release

FEATURES:

  • New Resource: auth0_hook (#171)

ENHANCEMENTS:

  • resource/auth0_user: name, family_name, given_name, blocked and picture are added (#166)
  • resource/auth0_client: add initiate_login_uri (#2)
  • resource/auth0_tenant: add default_redirection_uri (#2)
  • resource/auth0_connection: strategy is now required and the apple, oidc and line strategies are added (#6)

BUG FIXES:

  • resource/auth0_user: unassiging a role won't fail if the role has already been deleted.

v0.5.1

22 Jan 15:24
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_email: fix api_key issue when reading back the resource from Auth0 (#161)

v0.5.0

20 Jan 14:45
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_email: add domain field to allow configuring of mailgun provider (#164)

NOTES:

  • Upgrade to gopkg.in/auth0.v3 (v3.0.3)

v0.4.3

16 Jan 15:02
Compare
Choose a tag to compare

BUG FIXES:

  • resource/auth0_client_grant: fix empty scope issue (#162)

v0.4.2

30 Dec 18:04
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/*: update and destroy operations now do not fail if the resource has been deleted manually (#155).

v0.4.1

18 Dec 19:12
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_client: support rotating client_secret by changing the value of client_secret_rotation_trigger (#153).

v0.4.0

13 Dec 21:00
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_connection: Introduce password_complexity_options (#132).
  • resource/auth0_resource_server: signing_secret is now also a computed field. If set it's validated to be at least 16 characters (#146).
  • resource/auth0_resource_server: identifier update forces new resource (#147).
  • resource/auth0_role (breaking change): user_ids is removed. In its place the following is introduced (#149).
  • resource/auth0_user: roles is added (#149).

BUG FIXES:

  • resource/auth0_connection: Fix password_dictionary #128
  • resource/auth0_client: Fix is_first_party setting if set to zero value (#148).

v0.3.1

11 Dec 21:54
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/auth0_tenant: Support flags and universal_login settings #133