Skip to content

Releases: okta/terraform-provider-okta

v3.33.0

02 Aug 06:17
v3.33.0
3869b0a
Compare
Choose a tag to compare

3.33.0 (August 02, 2022)

BUG FIXES:

  • Fix "error invalid configuration" error introduced in v3.32.0 release; includes unit tests to verify fix. #1234. Thanks, @ericnorris!

v3.32.0

29 Jul 23:12
v3.32.0
fb7c249
Compare
Choose a tag to compare

3.32.0 (July 29, 2022)

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

BUG FIXES:

  • Fix "no default policy found" bug, includes ability for provider to discover if it is running against an OIE or Classic org #1224. Thanks, @monde!

v3.31.0

08 Jul 22:26
v3.31.0
2759a0e
Compare
Choose a tag to compare

3.31.0 (July 08, 2022)

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

  • New resource okta_app_signon_policy #1193. Thanks, @felixcolaci!
  • Added property inactivity_period to resource okta_app_signon_policy_rule #1184. Thanks, @monde!
  • Property issuer_mode can be "CUSTOM_URL", "ORG_URL", or "DYNAMIC" on resource okta_auth_server_default #1197. Thanks, @monde!

BUG FIXES:

  • Correct API endpoint and call for resource okta_policy_profile_enrollment_apps #1191. Thanks, @felixcolaci!
  • Fix resources pagination in resource okta_resource_set for resource items greater than 100 #1196. Thanks, @monde!

ENHANCEMENTS:

  • Update documentation on resource okta_policy_mfa and okta_policy_mfa_default for required FF OKTA_MFA_POLICY and when FF ENG_ENABLE_OPTIONAL_PASSWORD_ENROLLMENT is enabled #1176. Thanks, @monde!

v3.30.0

27 Jun 20:43
v3.30.0
3883831
Compare
Choose a tag to compare

3.30.0 (June 27, 2022)

BUG FIXES:

  • Correct issuer mode value in embedded groups_claim of an okta_app_oauth resource #1167. Thanks, @monde!
  • Resource okta_app_oauth propertyredirect_uris is a list, not a set, and needs to maintain order. #1171. Thanks, @monde!
  • Fix JSON serialization errors that group and user schemas experience when enum and one_of properties are utilized with a type value other than string #1178. Thanks, @monde!

ENHANCEMENTS:

  • Add no-stalebot label exemption for GH stalebot action #1180. Thanks, @monde!

v3.29.0

10 Jun 21:10
v3.29.0
89089a1
Compare
Choose a tag to compare

3.29.0 (June 10, 2022)

ENHANCEMENTS:

  • HTTP proxy feature with OKTA_HTTP_PROXY alternative to OKTA_ORG_NAME+OKTA_BASE_URL #1142. Thanks, @ido50!
  • Full support for Duo authenticator #1146. Thanks, @monde!
  • Improve data source okta_user and okta_users and a bug fix #1159. Thanks, @exitcode0, @monde!
  • Update latest list of Custom Role Permission properties on resource okta_admin_role_custom #1160. Thanks, @tim-fitzgerald!

BUG FIXES:

  • Remove incorrect attributes response_signature_algorithm, and response_signature_scope from resource okta_idp_oidc #1156. Thanks, @monde!
  • Reestablish old behavior of okta_group_memberships resource, add toggle to track all users #1161. Thanks, @monde!

PROJECT IMPROVEMENTS:

  • Fix typo in data source okta_email_template documentation #1157. Thanks, @monde!
  • ACC tests maintenance #1158. Thanks, @monde!

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

  • ENV VAR
    • OKTA_HTTP_PROXY alternative to OKTA_ORG_NAME+OKTA_BASE_URL
  • Data Sources
    • okta_user
      • delay_read_seconds property to assist dealing with data eventual consistency
    • okta_users
      • include_roles property to signal admin roles for each user should also be gathered
      • delay_read_seconds property to assist dealing with data eventual consistency
  • Resources
    • okta_group_memberships
      • track_all_users track all users of group, not just those when resource was initialized

v3.28.0

24 May 21:14
v3.28.0
345f857
Compare
Choose a tag to compare

3.28.0 (May 24, 2022)

ENHANCEMENTS:

  • Add system attribute to okta_auth_server_scope resource #1112. Thanks, @monde!
  • Refine search criteria precision in okta_app data source #1115. Thanks, @monde!
  • okta_group adds delay argument; refine okta_group_memberships resource and add tests; update documentation #1120. Thanks, @monde!
  • Add com.okta.telephony.provider hook type to okta_inline_hooks resource #1132. Thanks, @monde!

BUG FIXES:

  • Fix type in custom role permissions for okta_admin_role_custom resource #1116. Thanks, @faurel!
  • Fix pagination bug in okta_group_memberships #1125. Thanks, @monde!
  • Reverted commit on okta_policy_rule_sign_on resource that adversely affected SPECIFIC_IDP #1133. Thanks, @monde!
  • Corrected signature defaults on okta_idp_oidc, okta_idp_saml, and okta_idp_social resources #1134. Thanks, @monde!
  • Fixed regression on okta_group_memberships resource with 0 users #1138. Thanks, @exitcode0!

PROJECT IMPROVEMENTS:

  • Update okta_template_email documentation #1113. Thanks, @monde!
  • ACC Test for okta_rate_limiting resource and update documentation #1121. Thanks, @monde!
  • Note that okta_group_membership is deprecated in the documentation #1122. Thanks, @monde!
  • Update documentation on okta_app_oauth explaining how reset a client secret #1127. Thanks, @monde!
  • Update deprecation notice on okta_template_email resource documentation #1136. Thanks, @monde!
  • ACC Test on okta_group_memberships resource with 0 users #1139. Thanks, @monde!

v3.27.0

13 May 22:21
v3.27.0
7faabde
Compare
Choose a tag to compare

3.27.0 (May 13, 2022)

ENHANCEMENTS:

  • Data sources and resources for branded themes #1104. Thanks, @monde!
    • Data Sources
      • okta_themes
      • okta_theme
    • Resources
      • okta_theme

BUG FIXES:

  • Soft revert of diff suppress on okta_policy_password and okta_policy_password_default resources #1108. Thanks, @monde!

PROJECT IMPROVEMENTS:

  • Removed confusing and inaccurate information about Duo and Yubikey support in resource okta_authenticator #1103. Thanks, @monde!
  • Fixed formatting in docs for a markdown rendering quirk of the Terraform Registry #1096. Thanks, @monde!

v3.26.0

06 May 18:40
v3.26.0
c962956
Compare
Choose a tag to compare

3.26.0 (May 06, 2022)

ENHANCEMENTS:

  • Data sources and resources for branded email customization #1089. Thanks, @monde!
    • Data Sources
      • okta_brands
      • okta_brand
      • okta_email_customizations
      • okta_email_customization
      • okta_email_templates
      • okta_email_template
    • Resources
      • okta_brand
      • okta_email_customization
  • Allow user lookup by group membership; data source okta_users gets group_id property. #998. Thanks, @BrentSouza!

PROJECT IMPROVEMENTS:

  • Note browser type for SPA apps in app_oauth.html.markdown documentation #580. Thanks, @monde!
  • Add docs to represent USER_ADMIN in group_role.html.markdown documentation #1075. Thanks, @naveen-vijay!

v3.25.1

26 Apr 23:05
v3.25.1
51633d5
Compare
Choose a tag to compare

3.25.1 (April 26, 2022)

BUGS:

  • Fix incomplete compound_search_operator on data source okta_users. #1077. Thanks, @monde!
  • Fix default value regression on okta_policy_rule_sign_on for identity_provider attribute. #1079. Thanks, @monde!

v3.25.0

25 Apr 21:21
v3.25.0
cef7a30
Compare
Choose a tag to compare

3.25.0 (April 25, 2022)

ENHANCEMENTS:

  • Upgrade okta-sdk-golang to v2.12.1. #1001. Thanks, @monde!
    • Removing/Updating local sdk code
      • Application.UploadApplicationLogo
      • Authenticator
      • EnrollFactor
      • LinkedObjects
      • PasswordPolicy
      • ProfileMapping
      • Subscription
      • UserFactor
    • Fixed ACC tests
      • TestAccOktaAppSignOnPolicyRule
      • TestAccOktaDataSourceIdpSocial_read
      • TestAccOktaDefaultPasswordPolicy
      • TestAccOktaIdpSocial_crud
      • TestAccOktaPolicyPassword_crud
      • TestAccOktaPolicySignOn_crud
      • TestAccAppOAuthApplication_postLogoutRedirectCrud
    • Backoff/retry on application delete
  • Update okta_app_saml resource documentation. #1076. Thanks, @jphuynh!