Skip to content

Releases: okta/terraform-provider-okta

v4.5.0

17 Oct 21:31
808539d
Compare
Choose a tag to compare

4.5.0 (October 17, 2023)

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

BUG FIXES

  • Fix JSON change detection of JSON resource arguments #1758. Thanks, @monde!
  • Fix panic issue when convertInterfaceArrToStringArr #1760. Thanks, @duytiennguyen-okta!
  • Fix panic issue in the missing error check #1765. Thanks, @monde!

IMPROVEMENTS

v4.4.3

09 Oct 18:19
v4.4.3
a5e0051
Compare
Choose a tag to compare

4.4.3 (October 09, 2023)

BUG FIXES

  • Correct incorrect scope escaping in OAuth 2.0 access request for resources okta_brand, okta_app_access_policy_assignment, okta_policy_device_assurance_*_os #1744. Thanks, @monde!
  • Fixed HTTP proxy not correctly established for v3 okta-sdk-client when enabled #1724. Thanks, @monde!

IMPROVEMENTS

  • In resource okta_app_oauth, sets refresh_token_rotation's default argument to STATIC, and sets refresh_token_leeway's default argument to 0 #1738. Thanks, @duytiennguyen-okta!
  • Correct attribution for tgoodsell-tempus 1736. Thanks, @tgoodsell-tempus!
  • Client OAuth2.0 authentication with PKCS#1 format or PKCS#8 format private key #1725. Thanks, @monde!
  • Improve documentation production with hashicorp/terraform-plugin-docs #1705. Thanks, @duytiennguyen-okta!

v4.4.2

13 Sep 22:54
v4.4.2
e4abf9a
Compare
Choose a tag to compare

4.4.2 (September 13, 2023)

BUG FIXES

  • Proper EC and RSA jwks support in resource okta_app_oauth 1720. Thanks, @tgoodsell!

IMPROVEMENTS

  • Clean up example TF files formatting (terraform fmt --recursive) 1720. Thanks, @tgoodsell!
  • Improve stalebot stale labels behavior #1703. Thanks, @exitcode0!
  • Guard fouled org_name + base_url or http_proxy values from erroring without contextual information (includes ACC OAuth bearer token tests) #1721. Thanks, @monde!

v4.4.1

11 Sep 21:45
v4.4.1
9ed1724
Compare
Choose a tag to compare

4.4.1 (September 11, 2023)

BUG FIXES

  • Missed guard on groups claim in okta_app_oauth for OAuth 2.0 authentication 1713. Thanks, @monde!

IMPROVEMENTS

v4.4.0

07 Sep 18:17
v4.4.0
602b0f1
Compare
Choose a tag to compare

4.4.0 (September 7, 2023)

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

  • New resource: okta_app_access_policy_assignment easily assign access/authentication/signon policy to an application - 1698. Thanks, @adantop, @monde!
  • Add brand_id argument to resource okta_domain #1685. Thanks, @duytiennguyen-okta!
  • Add optional attribute to data source okta_auth_server_scopes #1680. Thanks, @duytiennguyen-okta!
  • Make resource okta_brand fully CRUD (original API support was for read/update only) #1677. Thanks, @duytiennguyen-okta!

IMPROVEMENTS

  • PR 1691. Thanks, @monde!
    • Add guards to resources okta_profile_mapping and okta_app_oauth allowing for OAuth 2.0 authentication
    • Update clarification in docs that resources okta_security_notification_emails and okta_rate_limiting are OAuth 2.0 authentication incompatible

BUG FIXES

PROJECT IMPROVEMENTS:

v4.3.0

18 Aug 23:28
v4.3.0
5a4b70b
Compare
Choose a tag to compare

4.3.0 (August 18, 2023)

IMPROVEMENTS

  • Add Import to resource okta_app_signon_policy #1670. Thanks, @duytiennguyen-okta!
  • Enhanced VCR ACC testing allowing quick datasource and resource smoketest during release #1650. Thanks, @monde!

v4.2.0

11 Aug 20:04
v4.2.0
bf20747
Compare
Choose a tag to compare

4.2.0 (August 11, 2023)

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

  • New device assurance resources #1659. Thanks, @duytiennguyen-okta!

    • okta_device_assurance_policy_android
    • okta_device_assurance_policy_chromeos
    • okta_device_assurance_policy_ios
    • okta_device_assurance_policy_macos
    • okta_device_assurance_policy_windows
  • Add constraints argument for webauthn to resource okta_policy_mfa #1663. Thanks, @duytiennguyen-okta!

  • jwks_uri argument for resource okta_app_oauth #1648. Thanks, @virgofx!

IMPROVEMENTS

  • Data Source okta_group's name and id arguments are optional and computed #1665. Thanks, @MatthewJohn!
  • Improve backoff with proper context #1658. Thanks, @monde!
  • Correct obsolete documentation; document PKCS#1 and PKCS#8 private key usage in provider config and oauth apps #1666. Thanks, @monde!

BUG FIXES

  • Fix okta_app_oauth's groups_claim can be ignored on imports #1638. Thanks, @monde!

v4.1.0

30 Jun 16:47
v4.1.0
638d5a2
Compare
Choose a tag to compare

4.1.0 (June 30, 2023)

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

IMPROVEMENTS

  • Improve okta_email_customization, correct delete bug, document and test depends_on best practice #1616. Thanks, @monde!
  • Flexible okta_brand data source and resource with default ID; Improve okta_auth_server_default #1570. Thanks, @monde!
  • Show appropriate terraform logo for light and dark themes in README #1574. Thanks, @thekbb!
  • Update the description for the platform_include block of app_signon_policy_rule to outline requirement for the os_expression argument to be set when os_type is set to OTHER #1600. Thanks, @achuchulev!
  • Update okta documentation #1614. Thanks, [@duytiennguyen-okta](https://github.com/ duytiennguyen-okta)!
  • Fix doc typo #1611. Thanks, @monde!

v4.0.3

26 Jun 18:12
v4.0.3
b4ad5a9
Compare
Choose a tag to compare

4.0.3 (June 26, 2023)

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

  • Adding settings.oauthClient.jwks_uri as jwks_uri argument on resource okta_app_oauth #1608. Thanks, @duytiennguyen-okta!
  • Adding name as name argument on resource okta_brand and datasources okta_brand and okta_brands #1605. Thanks, @duytiennguyen-okta!
  • Adding status as status argument on resource okta_network_zone and datasource okta_network_zone #1602. Thanks, @duytiennguyen-okta!

BUG FIXES

v4.0.2

14 Jun 19:50
v4.0.2
abf5e80
Compare
Choose a tag to compare

4.0.2 (June 14, 2023)

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

BUG FIXES