Skip to content

Releases: okta/terraform-provider-okta

v4.0.1

05 Jun 16:22
v4.0.1
4f1c1ad
Compare
Choose a tag to compare

4.0.1 (June 5, 2023)

BUG FIXES

v4.0.0

04 May 22:31
v4.0.0
130f9f1
Compare
Choose a tag to compare

4.0.0 (April 28, 2023)

FEATURE

v3.46.0

14 Apr 18:11
676a91a
Compare
Choose a tag to compare

3.46.0 (April 14, 2023)

BUG FIXES

v3.45.0

29 Mar 21:59
v3.45.0
74e0b19
Compare
Choose a tag to compare

3.45.0 (March 29, 2023)

BUG FIXES:

PROJECT IMPROVEMENTS:

NOTICES:

We are getting ready for the v4.0.0 release of the Okta Terraform Provider. That release will include the following items.

  • Removal of deprecated resources, data sources, and arguments
  • Removal of artificial input validation, let the Okta API do the input validation
  • Fast running acceptance tests that will better block broken functionality from being published as a release
  • A more consistent means of generating documentation published at the Terraform Registry

v3.44.0

10 Mar 20:33
v3.44.0
d0c5948
Compare
Choose a tag to compare

3.44.0 (March 10, 2023)

BUG FIXES:

  • Improve JSON serialization of 0 integer values affecting a number of open
    issues #1484.
    Thanks, @monde!
  • Fix panic in okta_app_saml when embed_url is missing for
    preconfigured_app apps
    #1480. Thanks,
    @monde!

v3.43.0

07 Mar 18:07
v3.43.0
7809f3b
Compare
Choose a tag to compare

3.43.0 (March 7, 2023)

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

  • Resource okta_user supports ignoring custom profile attributes
    #1476. Thanks,
    @virgofx!
  • Adding settings.signOn.samlSignedRequestEnabled as
    saml_signed_request_enabled argument on resource okta_app_saml
    #1475. Thanks,
    @monde!

PROJECT IMPROVEMENTS:

  • Resource okta_user_schema_property documentation update
    #1468 Thanks,
    @pro4tlzz!

BUG FIXES:

  • Add correct import functionality for okta_email_customization
    #1471 Thanks,
    @samcook!
  • Fixed authentication_policy change detection
    #1470. Thanks,
    @monde!
  • Correctly handle zero "0" integer values in API calls for resources
    okta_policy_password and okta_policy_password_default
    #1477. Thanks,
    @monde!
    • Attributes:
    • password_auto_unlock_minutes
    • password_expire_warn_days
    • password_history_count
    • password_max_age_days
    • password_max_lockout_attempts
    • password_min_age_minutes
    • password_min_length
    • password_min_lowercase
    • password_min_number
    • password_min_symbol
    • password_min_uppercase
    • question_min_length
    • recovery_email_token

v3.42.0

10 Feb 19:25
v3.42.0
a5e8653
Compare
Choose a tag to compare

3.42.0 (February 10, 2023)

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

  • New data source okta_domain see PR 1447 notes in BUG FIXES
  • Actual PEM text values in okta_domain_certificate for attributes certificate, certificate_chain, and private_key, see PR 1447 notes in BUG FIXES
  • New attribute roles in data source okta_user #1437. Thanks, @duytiennguyen-okta!

BUG FIXES:

  • Don't md5sum to save space on okta_domain_certificate values for attributes certificate, certificate_chain, and private_key, per TF best practices #1447. Thanks, @monde!
  • Remove org type restrictions and artificial input check on type attribute for data source okta_policy #1445. Thanks, @monde!
  • Improve resource okta_app_saml documentation #1439. Thanks, @exitcode0!

v3.41.0

27 Jan 18:43
v3.41.0
ca41ea0
Compare
Choose a tag to compare

3.41.0 (January 27, 2023)

PROJECT IMPROVEMENTS:

  • Enable okta_password authenticator for okta_policy_mfa #1210. Tests #1427. Thanks, @nickrmc83!
  • Update resource documentation with link to role-type api doc references #1430. Thanks, @noinarisak!

v3.40.0

09 Jan 23:33
v3.40.0
f9d5e95
Compare
Choose a tag to compare

3.40.0 (January 09, 2023)

BUG FIXES:

  • Fixes ThreatInsight Configuration Continuously Reordering #1398. Thanks, @duytiennguyen-okta!
  • Fixes rate limit accounting for /api/v1/authorizationServers endpoints #1420. Thanks, @monde!

PROJECT IMPROVEMENTS:

  • Improve app_user_base_schema_property documentation #1407. Thanks, @robgero!
  • Fix TestAccOktaAppSignOnPolicy ACC test #1412. Thanks, @noinarisak!

v3.39.0

18 Nov 21:48
v3.39.0
a2093ff
Compare
Choose a tag to compare

3.39.0 (November 18, 2022)

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

  • okta_authenticator resource and data source #1379. Thanks, @monde!

    • Added argment provider_json allowing provider information to be set with JSON on the authenticator
    • Improved resource behavior in regards to Okta API's hard create, soft create, and soft delete of authenticators
    • Improved data source and resource documentation
  • Added authentication_policy argument to resource okta_app_bookmark #1376. Thanks, @jakezarobsky-8451!

  • okta_user resrouce #1372. Thanks, @monde!

    • Adds skip_roles flag to allow explicit gating on the attempt to set roles
    • Swallows and warns on 403 errors when roles API is called and API token is less than super admin scope
    • Improved data source and resource documentation

ENHANCEMENTS:

  • okta_idp_saml gracefully handles 401 errors when setting profile mapping #1355/#1369. Thanks, @deorus!
  • Rate limits handler rules are generated from Okta service's actual code #1356. Thanks, @monde!

BUG FIXES:

  • Address parallel API calls in okta_user_base_schema_property resource #1351. Thanks, @monde!

PROJECT IMPROVEMENTS:

  • Updated okta_app_user_schema_property, okta_auth_server_policy, and okta_auth_server_policy_rule resource documentation #1348. Thanks, @zlitberg!
  • Document a PEM and JWKS example for the okta_app_oauth resource #1350. Thanks, @monde!