v1.4.5
Bug fixes
- Fixed an inconsistent result error that would occur when configuring certificates with no
id
value in thepingfederate_idp_sp_connection
andpingfederate_sp_idp_connection
resources. Also fixed a related inconsistent result failure that would occur when modifying theid
of a certificate. (#487) - Fixed plan validation logic in various resources that did not correctly handle unknown values, such as values that depend on the output of another resource. (#488)
- Fixed missing
false
default forpingfederate_incoming_proxy_settings.enable_client_cert_header_auth
. (#494) - Fixed the
encrypted_value
fields of sensitive configuration fields not being correctly written to state. (#497) - Fixed potential inconsistent result errors when using certain escaped OGNL expressions in resource configuration. (#499)
- Fixed the
pingfederate_authentication_policies_settings
resource not correctly resetting to default on destroy. (#501)
What's Changed
- Call notification webhook on workflow failures by @henryrecker-pingidentity in #485
- Dependabot grouping to simplify update PRs by @henryrecker-pingidentity in #486
- Handle certs without a set id in SP and IdP connections by @henryrecker-pingidentity in #487
- Avoid validating unknown values in ValidateConfigs by @henryrecker-pingidentity in #488
- Handle Unknown attribute values in ModifyPlans by @henryrecker-pingidentity in #489
- Update five old acc tests to use the newer more typical format by @henryrecker-pingidentity in #491
- Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #492
- Update 5 older acceptance tests by @henryrecker-pingidentity in #493
- Updating old acceptance tests, fourth group by @henryrecker-pingidentity in #495
- Handle versioned checks correctly in updated tests by @henryrecker-pingidentity in #496
- Next group of updated acceptance tests, fix encrypted_values not being read into state in configuration sensitive fields by @henryrecker-pingidentity in #497
- Acceptance test updates number 3, fix missing default in incoming_proxy_settings by @henryrecker-pingidentity in #494
- Next group of updated acceptance tests by @henryrecker-pingidentity in #498
- Fix versioned tests by @henryrecker-pingidentity in #500
- Fix potential inconsistent result errors when using certain OGNL expressions by @henryrecker-pingidentity in #499
- Remaining acceptance test updates and cleanup by @henryrecker-pingidentity in #501
Full Changelog: v1.4.4...v1.4.5