Skip to content

Releases: okta/terraform-provider-okta

v4.10.0

06 Aug 22:21
v4.10.0
bae5ae0
Compare
Choose a tag to compare

4.10.0 (Aug 6, 2024)

NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:

authenticationMethods

BUG FIXES

  • Fix okta_app_saml cannot assign certificate #2033. Thanks, @duytiennguyen-okta!
  • Reverted commit on import okta_profile_mapping resource due to odd behavior surrounding d.GetOK() #2053. Thanks, @duytiennguyen-okta!
  • Fix okta_user doc #2039. Thanks, @sean1588!
  • Fix the issue of attribute "custom_privacy_policy_url" must be specified when "agree_to_custom_privacy_policy" is specified #2041. Thanks, @duytiennguyen-okta!
  • Fix the validator issue not allow okta_policy_device_assurance_macos and okta_policy_device_assurance_windows use with third party signal providers#2046. Thanks, @duytiennguyen-okta!
  • Fix issue of not able to terraform destroy okta_network_zone #2057. Thanks, @duytiennguyen-okta!

v4.9.1

24 Jun 20:56
v4.9.1
2e4f9f4
Compare
Choose a tag to compare

v4.9.0

18 Jun 14:41
v4.9.0
1d68e6b
Compare
Choose a tag to compare

4.9.0 (June 14, 2024)

NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:

BUG FIXES

v4.8.1

15 Apr 17:51
v4.8.1
c894ab5
Compare
Choose a tag to compare

4.8.1 (April 12, 2024)

BUG FIXES

v4.8.0

28 Feb 23:44
v4.8.0
94fcdcc
Compare
Choose a tag to compare

4.8.0 (February 28, 2024)

NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:

  • Add supoort to custom_otp on okta_authenticator #1864. Thanks, @isaacokta!

BUG FIXES

  • Fix import okta_group_memberships #1899. Thanks, @c4po!

v4.7.0

09 Feb 20:09
v4.7.0
a7a6755
Compare
Choose a tag to compare

NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:

BUG FIXES

v4.6.3

30 Nov 00:14
v4.6.3
14486f9
Compare
Choose a tag to compare

4.6.3 (November 29, 2023)

BUG FIXES

v4.6.2

28 Nov 23:07
v4.6.2
7370494
Compare
Choose a tag to compare

This version is broken due to issue from the okta-sdk-golang. Please use v4.6.1

4.6.2 (November 28, 2023)

BUG FIXES

  • Correct updating an app when status is involved with the update #1806. Thanks, @monde!
  • Datasource okta_org_metadata incorrect value for domains.organization #1810. Thanks, @monde!
  • CustomDiff for status on okta_group_rule #1813. Thanks, @monde!
  • Update okta_idp_social resource docs #1814. Thanks, @monde!
  • Support array enum of object type in schemas #1827. Thanks, @monde!
  • Fix risk_score default broke customer without FF #1829. Thanks, @duytiennguyen-okta!
  • Resource okta_brand's email_domain_id is an attribute, not an argument #1831. Thanks, @monde!
  • Add header to local sdk files, update contribution notes #1833. Thanks, @monde!

v4.6.1

02 Nov 21:34
v4.6.1
c285474
Compare
Choose a tag to compare

4.6.1 (November 2, 2023)

BUG FIXES

  • Correct flaw in data source okta_group where name query matches multiple groups but did not consider exact match #1799. Thanks, @monde!
  • For resource okta_idp_saml set status, sso_binding, sso_destination, and sso_url during read context for proper import #1558. Thanks, @monde!

v4.6.0

01 Nov 19:01
v4.6.0
cb08a83
Compare
Choose a tag to compare

4.6.0 (November 1, 2023)

IMPROVEMENTS

  • Add progressive_profiling_action to okta_policy_rule_profile_enrollment #1777. Thanks, @duytiennguyen-okta!
  • Add system to okta_app_signon_policy_rule, okta_auth_server_policy_rule #1788. Thanks, @monde!
  • Update okta_group search#1794. Thanks, @monde!

BUG FIXES

  • Add default to risk_score to avoid breaking change #1780. Thanks, @duytiennguyen-okta!
  • Fix incorrect drift detection and other bad behavior in okta_app_oauth_role_assignment #1781. Thanks, @monde!
  • Implement proper error for incorrect compound import input #1785. Thanks, @monde!
  • Fix a panic in resource okta_resource_set #1786. Thanks, @monde!
  • Correct change detection on resources okta_app_oauth_post_logout_redirect_uri and okta_app_oauth_redirect_uri #1793. Thanks, @monde!