Releases: okta/terraform-provider-okta
Releases · okta/terraform-provider-okta
v3.41.0
3.41.0 (January 27, 2023)
PROJECT IMPROVEMENTS:
- Enable okta_password authenticator for okta_policy_mfa #1210. Tests #1427. Thanks, @nickrmc83!
- Update resource documentation with link to role-type api doc references #1430. Thanks, @noinarisak!
v3.40.0
3.40.0 (January 09, 2023)
BUG FIXES:
- Fixes ThreatInsight Configuration Continuously Reordering #1398. Thanks, @duytiennguyen-okta!
- Fixes rate limit accounting for
/api/v1/authorizationServers
endpoints #1420. Thanks, @monde!
PROJECT IMPROVEMENTS:
- Improve
app_user_base_schema_property
documentation #1407. Thanks, @robgero! - Fix
TestAccOktaAppSignOnPolicy
ACC test #1412. Thanks, @noinarisak!
v3.39.0
3.39.0 (November 18, 2022)
NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
-
okta_authenticator
resource and data source #1379. Thanks, @monde!- Added argment
provider_json
allowing provider information to be set with JSON on the authenticator - Improved resource behavior in regards to Okta API's hard create, soft create, and soft delete of authenticators
- Improved data source and resource documentation
- Added argment
-
Added
authentication_policy
argument to resourceokta_app_bookmark
#1376. Thanks, @jakezarobsky-8451! -
okta_user
resrouce #1372. Thanks, @monde!- Adds
skip_roles
flag to allow explicit gating on the attempt to set roles - Swallows and warns on 403 errors when roles API is called and API token is less than super admin scope
- Improved data source and resource documentation
- Adds
ENHANCEMENTS:
okta_idp_saml
gracefully handles 401 errors when setting profile mapping #1355/#1369. Thanks, @deorus!- Rate limits handler rules are generated from Okta service's actual code #1356. Thanks, @monde!
BUG FIXES:
PROJECT IMPROVEMENTS:
v3.38.0
3.38.0 (October 28, 2022)
BUG FIXES:
- Address potential panic in resource
okta_app_group_assignments
'sprofile
attribute #1345. Thanks, @monde! - Address potential panic in resource
okta_inline_hook
sauth
attribute #1337. Thanks, @monde! - Fully document and refine
okta_app_oauth
'spkce_required
attribute required iftoken_endpoint_auth_method
is "none" #1327. Thanks, @monde!
v3.37.0
3.37.0 (October 04, 2022)
NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
- Add
ui_schema_id
property to resourceokta_policy_rule_profile_enrollment
#1324. Thanks, @monde! - Add
CUSTOM
to list of group role types in datasourceokta_role_subscription
#1320. Thanks, @monde! - From PR #1322. Thanks, @monde!
- Improved resource
okta_email_customization
behavior with new propertyforce_is_default
with regards to theis_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
- datasource
- Improved resource
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
- Fixed (unreported) bug where resource
PROJECT IMPROVEMENTS:
- Correct
okta_email_customization
docs #1310. Thanks, @lucascantor!
v3.36.0
3.36.0 (September 14, 2022)
NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
- Add
client_secret
attribute on data sourceokta_app_oauth
#1307 Thanks, @dkulchinsky, @monde, @rickardp! - Adds
pkce_required
property to resourceokta_app_oauth
#1305 Thanks, @monde!- Add support to pkce_required property for OIDC app integrations #1241
- Schema updates for
okta_idp_oidc
andokta_idp_social
#1297 Thanks, @monde!
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
3.35.0 (August 25, 2022)
NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
- Adds customizable Timeouts to resources/data that rely on syncing users and groups to avoid context.DeadlineExceeded
#1207. Thanks, @emanor-okta!- Terraform documentation: Resources - Retries and Customizable Timeouts
- Resources:
okta_app_auto_login
,okta_app_basic_auth
,okta_app_bookmark
,okta_app_group_assignment
,okta_app_oauth
,okta_app_saml
,okta_app_secure_password_store
,okta_app_shared_credentials
,okta_app_swa
BUG FIXES:
- Correctly collect network zones in datasource
okta_network_zone
#1239. Thanks, @natmariam! - Adding
CHROMEOS
toos_type
inplatform_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
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 whendepends_on
is present #1248. Thanks, @monde!
PROJECT IMPROVEMENTS:
- Fix typo provider test #1229. Thanks, @lukas-hetzenecker!
v3.33.0
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
3.32.0 (July 29, 2022)
NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
- Add keys attribute to okta_app_saml resource #1206. Thanks, @ericnorrisl and @slichtenthal!
- Export the app embed url for saml apps #1215. Thanks, @felixcolaci!
- Ability to configure the provider with an access (Bearer) token #1222. Thanks, @ericnorrisl!
- Add
privateKeyId
private key signing support available in okta-sdk-golang client #1223. Thanks, @powellchristoph!
BUG FIXES: