This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Releases: iwarapter/terraform-provider-pingfederate
Releases · iwarapter/terraform-provider-pingfederate
v0.2.0
What's Changed
- fixes #278 adding missing default values by @iwarapter in #280
- add oauth auth server settings for #269 by @iwarapter in #279
- #277 initial draft by @iwarapter in #281
- Bump github.com/hashicorp/terraform-plugin-mux from 0.8.0 to 0.10.0 by @dependabot in #282
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.26.1 by @dependabot in #273
- add Secondary Certificates in IdP Sp connections #274 and generate mi… by @iwarapter in #283
- fix #275 by @iwarapter in #284
- workaround for #263 #266 by @iwarapter in #285
Full Changelog: v0.1.1...v0.2.0
v0.1.1
CHANGELOG
BUG FIXES:
- Fix issues with
pingfederate_authentication_policy_contract
pingfederate_oauth_client
plans being incorrect (#245)
Full Changelog: v0.1.0...v0.1.1
v0.1.0
BREAKING CHANGES:
- The provider is being migrated to the new Terraform Provider Framework and all resources will eventually be moved over.
- The following resources have been upgraded and contain breaking changes to their interface:
- pingfederate_authentication_policy_contract
- pingfederate_oauth_client
- See the upgrade guide on the registry for more detail upgrading each resource. https://registry.terraform.io/providers/iwarapter/pingfederate/latest/docs/guides/upgrade-0.1
FEATURES:
- New Resource
pingfederate_application_session_policy
. (#232) - New Resource
pingfederate_authentication_session_policy
. (#232) - New Resource
pingfederate_session_settings
. (#232) - New Resource
pingfederate_global_authentication_session_policy
. (#232) - New Resource
pingfederate_redirect_validation_settings
. (#193) - Add support for
user_id_authenticated
withinAUTHN_SOURCE
policy actions. (#215) - Add support for
search_attributes
withldap_attribute_source
. (#233)
BUG FIXES:
- Fixed issue with empty configuration blocks. (#206)
- Fixed issue with empty issuance criteria blocks. (#213)
- Allowed empty
inbound_mapping
for policies. (#213) - Change
responder_url
to be optional due to API change in PF11.1 (#231)
Full Changelog: v0.0.24...v0.1.0
v0.0.24
CHANGELOG
FEATURES:
- Add support for
pingfederate_idp_token_processor
. (#160)
BREAKING CHANGES:
- Behaviour change for
pingfederate_idp_sp_connection
thews_trust.attribute_contract.core_attributes
is computed and can no longer be set. (#159)
BUG FIXES:
- Remove unnecessary retry on OAuth client creation. (#165)
- Fixed issue
incoming_proxy_settings
didn't run on 11+ . (#162) - Fixed issue
ws_trust
onpingfederate_idp_sp_connection
whenrequest_contract_ref
is not provided. (#158) - Ensure
logging_module
onpingfederate_idp_sp_connection
has a default (STANDARD
). (#159)
v0.0.23
CHANGELOG
NOTES:
- Regression testing against 9.3.3 and 10.0.x has been removed as PingIdentity no longer provider working container images.
- Tested against newly released PingFederate 11.0
BUG FIXES:
v0.0.22
CHANGELOG
NOTES:
pingfederate_oauth_client_settings
and pingfederate_extended_properties
together, both API's change the same settings and switching should be done carefully.
FEATURES:
- Add support for
pingfederate_oauth_client_settings
(singleton). (#145) - Add support for
pingfederate_oauth_client_registration_policy
to support DCR settings. (#145) - Add support for
pingfederate_oauth_access_token_manager_settings
. (#143)
BUG FIXES:
- Authentication policy tree default enabled status regression has been fixed back to
true
. (#139)
v0.0.21
v0.0.20
v0.0.19
Changlog
NOTES:
- This is an early release experimental build for PingFederate 10.x
FEATURES:
- Add data source to return PingFederate version. (#116)
- Generated provider docs for all resources and data-sources. (#114)
- Added functional testing against PingFederate 10.3.x
BUG FIXES:
- Fixed issue with
pingfederate_idp_sp_connection
blockoutbound_provision
not correctly handlingsensitive_target_settings
. - Fixed issue with
pingfederate_idp_sp_connection
blocksp_browser_sso.attribute_contract.extended_attributes
ordering. (#117)
DEPRECATIONS:
- The
pingfederate_oauth_auth_server_settings
attributeapproved_scope_attribute
has been deprecated please useapproved_scopes_attribute
to correctly align with the Admin API. - The
pingfederate_oauth_openid_connect_policy
attributeinclude_user_in_id_token
has been deprecated please useinclude_user_info_in_id_token
to correctly align with the Admin API. - The
pingfederate_server_settings
blockroles_and_protocols
has been deprecated in PingFederate 10.1.