Skip to content

Releases: okta/terraform-provider-okta

v3.38.0

28 Oct 22:11
v3.38.0
45b6674
Compare
Choose a tag to compare

3.38.0 (October 28, 2022)

BUG FIXES:

  • Address potential panic in resource okta_app_group_assignments's profile attribute #1345. Thanks, @monde!
  • Address potential panic in resource okta_inline_hooks auth attribute #1337. Thanks, @monde!
  • Fully document and refine okta_app_oauth's pkce_required attribute required if token_endpoint_auth_method is "none" #1327. Thanks, @monde!

v3.37.0

04 Oct 23:43
v3.37.0
1cca9ea
Compare
Choose a tag to compare

3.37.0 (October 04, 2022)

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

  • Add ui_schema_id property to resource okta_policy_rule_profile_enrollment #1324. Thanks, @monde!
  • Add CUSTOM to list of group role types in datasource okta_role_subscription #1320. Thanks, @monde!
  • From PR #1322. Thanks, @monde!
    • Improved resource okta_email_customization behavior with new property force_is_default with regards to the is_default property
    • Added explicit errors for Classic orgs trying to make use of OIE features. Error messages refer to corresponding online documentation
      • datasource okta_app_signon_policy
      • datasource okta_authenticator
      • resource okta_app_signon_policy
      • resource okta_authenticator
      • resource okta_captcha
      • resource okta_captcha_org_wide_settings
      • resource okta_policy_profile_enrollment
      • resource okta_policy_profile_enrollment_apps
      • resource okta_policy_rule_profile_enrollment

BUG FIXES:

  • Fixed okta_app_user_schema_property for non string enum types #1316. Thanks, @duytiennguyen-okta!
  • From PR #1322. Thanks, @monde!
    • Fixed (unreported) bug where resource okta_org_configuration would null out org settings
    • Fixed an ACC test with resource okta_user_schema_property that would cause a incorrect login flow blocking out the admin
    • Fixed/improved sms template tests
    • Marked the schema enum boolean tests skip as there is an issue with the public API / monolith
    • Cleaned up code paths for default/system policy getting/setting for apps and policies
    • Fixed and/or cleaned up a number of other ACC tests

PROJECT IMPROVEMENTS:

v3.36.0

14 Sep 22:32
v3.36.0
24077d1
Compare
Choose a tag to compare

3.36.0 (September 14, 2022)

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

  • Add client_secret attribute on data source okta_app_oauth #1307 Thanks, @dkulchinsky, @monde, @rickardp!
    • oauth app data source: allow to retrieve client_secret #1285
    • client_secret is missing from okta_app_oauth data source #1279
    • Added support for retrieving client secret from okta_app_oauth data source #1280
  • Adds pkce_required property to resource okta_app_oauth #1305 Thanks, @monde!
    • Add support to pkce_required property for OIDC app integrations #1241
  • Schema updates for okta_idp_oidc and okta_idp_social #1297 Thanks, @monde!
    • okta_idp_oidc does not support DYNAMIC issuer_mode #1288
    • Okta Social IDP with Type Github #1293

BUG FIXES:

  • Policy Rule Retry On InternalServerError #1273 Thanks, @ymylei!
  • Set SAML Features To Computed #1272 Thanks, @ymylei!
  • Errors when adding user to group are incorrectly ignored. #1301 Thanks, @monde!
    • prevent error overwrite in addGroupMember #1269
  • Okta Group Schema Null Handling #1271 Thanks, @ymylei!
  • Diff Suppression on SLO Certs #1270 Thanks, @ymylei!
  • Nil guard on app.Settings.OauthClient #1300 Thanks, @monde!
    • Provider crashes when doing a data source lookup of an app with different type than the label it is using for the lookup. * #1082
  • Nil guard on resource set _links value #1299 Thanks, @monde!
    • Error when creating okta_resource_set #1278
  • Guard from nil pointer dereference #1298 Thanks, @monde!
    • Plugin crash when importing okta_policy_signon #1294

PROJECT IMPROVEMENTS:

v3.35.0

26 Aug 15:39
v3.35.0
a08a6f0
Compare
Choose a tag to compare

3.35.0 (August 25, 2022)

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

BUG FIXES:

  • Correctly collect network zones in datasource okta_network_zone #1239. Thanks, @natmariam!
  • Adding CHROMEOS to os_type in platform_include #1261. Thanks, @monde!
  • Update okta-sdk-golang that correctly caches OAuth2 access tokens #1262. Thanks, @monde!
  • Update role types validation on resource okta_role_subscription #1265. Thanks, @monde!
  • Correct pagination to list all email templates on data source okta_email_templates #1266. Thanks, @monde!

PROJECT IMPROVEMENTS:

  • Show current version for provider config in documentation #1256. Thanks, @ErelAdoni!
  • Code clean up from go vet and format #1264. Thanks, @monde!

v3.34.0

12 Aug 21:24
v3.34.0
fdabdfa
Compare
Choose a tag to compare

3.34.0 (August 12, 2022)

BUG FIXES:

  • Fix concurrency issue in resource okta_auth_server_policy_rule that could cause 500s in the Okta API as well as not preserve priority ordering even when depends_onis present #1248. Thanks, @monde!

PROJECT IMPROVEMENTS:

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