Releases: okta/terraform-provider-okta
Releases · okta/terraform-provider-okta
v3.31.0
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 resourceokta_app_signon_policy_rule
#1184. Thanks, @monde! - Property
issuer_mode
can be"CUSTOM_URL"
,"ORG_URL"
, or"DYNAMIC"
on resourceokta_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:
v3.30.0
3.30.0 (June 27, 2022)
BUG FIXES:
- Correct issuer mode value in embedded
groups_claim
of anokta_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
andone_of
properties are utilized with atype
value other thanstring
#1178. Thanks, @monde!
ENHANCEMENTS:
v3.29.0
3.29.0 (June 10, 2022)
ENHANCEMENTS:
- HTTP proxy feature with
OKTA_HTTP_PROXY
alternative toOKTA_ORG_NAME
+OKTA_BASE_URL
#1142. Thanks, @ido50! - Full support for Duo authenticator #1146. Thanks, @monde!
- Improve data source
okta_user
andokta_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
, andresponse_signature_scope
from resourceokta_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 toOKTA_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 gathereddelay_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
3.28.0 (May 24, 2022)
ENHANCEMENTS:
- Add
system
attribute tookta_auth_server_scope
resource #1112. Thanks, @monde! - Refine search criteria precision in
okta_app
data source #1115. Thanks, @monde! okta_group
adds delay argument; refineokta_group_memberships
resource and add tests; update documentation #1120. Thanks, @monde!- Add
com.okta.telephony.provider
hook type tookta_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 affectedSPECIFIC_IDP
#1133. Thanks, @monde! - Corrected signature defaults on
okta_idp_oidc
,okta_idp_saml
, andokta_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
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
- Data Sources
BUG FIXES:
- Soft revert of diff suppress on
okta_policy_password
andokta_policy_password_default
resources #1108. Thanks, @monde!
PROJECT IMPROVEMENTS:
v3.26.0
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
- Data Sources
- Allow user lookup by group membership; data source
okta_users
getsgroup_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
v3.25.0
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
- Removing/Updating local sdk code
- Update okta_app_saml resource documentation. #1076. Thanks, @jphuynh!
v3.24.0
3.24.0 (April 15, 2022)
ENHANCEMENTS:
BUGS:
- Correctly change password on Okta user resource #1060. Thanks, @BalaGanaparthi!
- Uses change password flow if old password is present
- Uses set password flow if only password is present
v3.23.0
3.23.0 (April 08, 2022)
ENHANCEMENTS:
- Okta User and Okta Users search can use free form filter #1027. Thanks, @cbrgm!
- Uniqueness of logo file is by SHA only, not SHA and local file path #1039. Thanks, @bobtfish!
- Improve Okta Groups custom profile attributes for use in Terraform expressions #1041. Thanks, @exitcode0!
PROJECT IMPROVEMENTS:
- Add valid options for status field in user.html.markdown documentation #1040. Thanks, @exitcode0!
- Fix markdown typo in role_subscription.html.markdown documentation #1049. Thanks, @lucascantor!
- Fix markdown typo in role_subscription.html.markdown documentation #1050. Thanks, @lucascantor!
BUGS:
- Add missing valid custom role permissions #1023. Thanks, @lucascantor!
- Fix default auth server id when activate/deactivate it #1045. Thanks, @peijiinsg!
- Panic bumper on buildEnum helper used with schemas #1048. Thanks, @monde!