Releases: okta/terraform-provider-okta
Releases · okta/terraform-provider-okta
v3.13.1
ENHANCEMENTS:
- Add
inline_hook_id
field to theokta_app_saml
resource #561. Thanks, @noinarisak! - Add experimental
max_api_capacity
configuration field to the provider. Thanks, @monde!
BUGS:
- Fixed users and groups assignment for the application resources #565. Thanks, @bogdanprodan-okta!
v3.13.0
ENHANCEMENTS:
- Add new
user_factor_question
resource #551. Thanks, @pengyuwang-okta! - Add new
okta_behavior
resource #552. Thanks, @bogdanprodan-okta! - Add new
okta_user_security_questions
data source #552. Thanks, @bogdanprodan-okta! - Various documentation fixes
v3.12.1
BUGS:
- Fix provider crash caused by the
okta_policy_rule_signon
resource #543. Thanks, @bogdanprodan-okta! - Fix
permissions
field set behaviour inokta_app_user_schema_property
resource #543. Thanks, @bogdanprodan-okta! - Reverted the changes regarding the
users
field in theokta_group
resource that was introducing breaking change #543. Thanks, @bogdanprodan-okta!
v3.12.0
ENHANCEMENTS:
- Add new
okta_app_group_assignments
resource #401. Thanks, @edulop91! - Add new
okta_user_group_memberships
resource #416. Thanks, @ymylei! - Add
logo
andlogo_url
fields to all theokta_app_*
related resources #423 and #514. Thanks, @bogdanprodan-okta and @gavinbunney for the fix! - Add new
okta_group_memberships
resource #427. Thanks, @ymylei! - Add
display_name
field to theokta_auth_server_scope
resource #433. Thanks, @bogdanprodan-okta! - Add new
okta_app_shared_credentials
resource #446. Thanks, @bogdanprodan-okta! - Add
groups_claim
field to theokta_app_oauth
resource #468. Thanks, @bogdanprodan-okta! - Add
wildcard_redirect
field to theokta_app_oauth
resource #474. Thanks, @bogdanprodan-okta! - Add new
okta_app_group_assignments
data source #498. Thanks, @ymylei! - Add new
okta_app_user_assignments
data source #501. Thanks, @ymylei! - Add new
okta_user_admin_roles
resource #518. Thanks, @gavinbunney! - Add new
okta_factor_totp
resource #519. Thanks, @bogdanprodan-okta! - Add
dynamic_proxy_type
field to theokta_network_zone
resource #522. @gavinbunney! - Add
issuer_mode
field to theokta_auth_server_default
resource #524. @gavinbunney! - Add
risc_level
,behaviors
andfactor_sequence
fields to theokta_policy_rule_signon
resource #526. Thanks, @bogdanprodan-okta! - Add new
okta_behavior
data source #526. Thanks, @bogdanprodan-okta! - Add new
okta_domain
resource #530. Thanks, @bogdanprodan-okta!
BUGS:
- Suppress 404 in case group role was removed outside of the terraform #417. Thanks, @ymylei!
- Don't recreate
okta_user
resource in caselogin
field is changed #435. Thanks, @ymylei! - Fixed attribute statements setup for preconfigured apps #439. Thanks, @bogdanprodan-okta!
- Don't recreate schema related resources in case
array_enum
,array_one_of
,enum
orone_of
have changed @531. Thanks, @bogdanprodan-okta!
Special thanks to @JeffAshton, @jeffg-hpe, @jtdoepke, @thatguysimon, @ymylei, @joshowen, @AlexanderProschek, @gavinbunney for a lot of various documentation fixes and code improvements!!!
v3.11.1
ENHANCEMENTS:
- Add new
okta_app_oauth_api_scope
resource #356. Thanks, @mariussturm! - Remove
ForceNew
in case policy name changes to avoid policy resources recreation #362. Thanks, @me! - Add hotp factor to the
okta_policy_mfa
resource #363. Thanks, @me! - Remove unnecessary validations from the
okta_app_oauth
resource #372. Thanks, @me! - Add
links
field tookta_app
,okta_app_saml
andokta_app_oauth
data sources #374. Thanks, @me! - Add new
okta_auth_server_default
resource #375. Thanks, @me! - Add new
okta_policy_mfa_default
andokta_policy_password_default
resources #378. Thanks, @me! - Add
remove_assigned_users
field to theokta_group_rule
resource #388. Thanks, @me! - Add new
auth_server_claim_default
resource #392. Thanks, @me! - Add
groups
andusers
fields to theokta_app
,okta_app_oauth
andokta_app_saml
data sources #395. Thanks, @me! - Add
id
field to theokta_group
data source #395. Thanks, @me! - Add new
auth_server_claim_default
resource #392. Thanks, @me! - Add new
okta_groups
data source #103. Thanks, @bendrucker and @me! - Several minor bug fixes and enhancements.
BUGS:
- Add group existence check to
okta_group_membership
resource #380. Thanks, @ymylei! - Fix group assignment priority in the
okta_app_group_assignment
resource #381. Thanks, @me! - Fixed status change in the
okta_auth_server_policy_rule
resource . Thanks, @me! - Add operation retry to the
okta_group_role
resource #390. Thanks, @me!
v3.10.1
ENHANCEMENTS:
- Add
retain_assignment
field tookta_app_user
andokta_app_group_assignment
resource #330. Thanks, @Omicron7! - Add
target_app_list
field to theokta_group_role
resource #349. Thanks, @me! - Add support for
OVERRIDE
value inmaster
field and newmaster_override_priority
field to theokta_user_schema
resource #351. Thanks, @me!
BUGS:
- Added wait to
okta_group_membership
resource #335. Thanks, @ymylei! - Fix set of
subject_match_attribute
value forokta_idp_oidc
resource #344. Thanks, @me! - Fix resource validation #348. Thanks, @me!
- Fix setup of empty
login_scopes
forokta_app_oauth
resource #352. Thanks, @me! - Fix
okta_group_role
when removing all the items fromtarget_group_list
#341. Thanks, @me!
v3.10.0
ENHANCEMENTS:
- Add new
okta_auth_server_scopes
datasource #336. Thanks, @me! - Add new
okta_idp_social
datasource #337. Thanks, @me! - Several minor bug fixes and enhancements.
BUGS:
- Fix preconfigured
okta_app_swa
creation in case it has more that one sign-on modes #328. Thanks, @me! - Add force recreate in case
okta_app_user_schema
changes thescope
value since it's a read-only attribute #331. Thanks, @me! - Fix false positive output when runnning
terraform plan
for theokta_profile_mapping
resource in casedelete_when_absent
is set tofalse
#332. Thanks, @me! - Fix
okta_app_oauth
validation #333 and #340. Thanks, @me!
v3.9.0
v3.8.0
ENHANCEMENTS:
- Add support for OAuth Authorization for Okta API #290. Thanks, @me!
- Make
key_id
optional forokta_app_saml_metadata
#128. Thanks, @cludden! - Add new
okta_group_membership
resource #252. Thanks, @ymylei! - Add new
okta_group_role
resource #255. Thanks, @ymylei! - Add new
okta_idp_oidc
data source #286. Thanks, @me! - Add new
okta_app_oauth
data source #293. Thanks, @me! - Add new
okta_auth_server_policy
data source #298. Thanks, @me! - Add
usage
field to theokta_network_zone
resource #271. Thanks, @me! - Add
okta_email
factor to theokta_policy_mfa
resource #269. Thanks, @me! - Add
id
field to theokta_users
data source #288. Thanks, @me! - Add
union
field to theapp_user_schema
resource #291. Thanks, @me! - Add
implicit_assignment
field to theokta_app_oauth
resource 120. Thanks, Justin Lewis! - Add
issuer
andissuer_mode
fields to theokta_auth_server
data resource #301. Thanks, @me! - Add
login_mode
andlogin_scopes
to theokta_app_oauth
resource #311. Thanks, @me! - Add
single_logout_issuer
,single_logout_url
andsingle_logout_certificate
fields to theokta_app_saml
resource #307. Thanks, @me! - Add
metadata_url
field to theokta_app_saml
resource #316. Thanks, @me! - Remove
acs_binding
andacs_type
fromokta_idp_oidc
as (they are not supported)[(https://developer.okta.com/docs/reference/api/idps/#oauth-2-0-and-openid-connect-endpoints-object)] by this resource #286. Thanks, @me! - Deprecate
acs_binding
argument forokta_idp_saml
resource, as it can only be set toHTTP-POST
#286. Thanks, @me! - Add a retry on
404
error in case Okta lagging during resource creation. Thanks, @me! - Add validation for all URL-type fields.
- Various code improvements and documentation updates. Thanks, @me!
BUGS:
- Ignore special groups (
BUILT_IN
andAPP_GROUP
) in thegroup_memberships
field #118. Thanks, @rasta-rocket! - Fix
inline_hooks
delete operation if the hooks were removed outside the provider #288. Thanks, @me! - Fix
group_memberships
populating in theokta_user
data source #284. Thanks, @me! - Fix terraform import for the
app_user_schema
resource #291. Thanks, @me! - Fix delete operation for
auth_server_claim
resource in case claim has typeSYSTEM
#283. Thanks, @me! - Remove redundant
description
field from theokta_app_saml
resource #278. Thanks, @me! - Add suppress function for the
features
field in theokta_app_saml
resource since it's not currently possible to create/update provisioning features via the API 296. Thanks, @me! - Remove
OAUTH_AUTHORIZATION_POLICY
fromokta_default_policy
andokta_policy
since it's not supported by Okta API #298. Useokta_auth_server_policy
instead. Thanks, @me! - Fix status change in the
okta_auth_server_policy
resource #299. Thanks, @me! - Fix
user_name_template_*
fields setup for the apps resource #309. Thanks, @me! - Fix
refresh_token_window_minutes
minimum value in theokta_auth_server_policy_rule
resource #314. Thanks, @me! - Fix
attribute_statements
field validation in theokta_app_saml
resource #313. Thanks, @me!