Skip to content

Commit d71a841

Browse files
Remaining acceptance test updates and cleanup (#501)
* session_authentication_policies_global test * session_settings test * virtual_host_names test * sp_authentication_policy_contract_mapping test * token_processor_to_token_generator_mapping test * authentication_policies_settings test * license_agreement test * server_settings_logging test * Adding back data sources to tests where they were removed * Delete a couple unused utility files * Reset auth policies settings on delete * Fix panics in data sources due to missing return on error and fix test id
1 parent 375c652 commit d71a841

File tree

46 files changed

+1265
-1241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1265
-1241
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Fixed missing `false` default for `pingfederate_incoming_proxy_settings.enable_client_cert_header_auth`. ([#494](https://github.com/pingidentity/terraform-provider-pingfederate/pull/494))
66
* Fixed the `encrypted_value` fields of sensitive configuration fields not being correctly written to state. ([#497](https://github.com/pingidentity/terraform-provider-pingfederate/pull/497))
77
* Fixed potential inconsistent result errors when using certain escaped OGNL expressions in resource configuration. ([#499](https://github.com/pingidentity/terraform-provider-pingfederate/pull/499))
8+
* Fixed the `pingfederate_authentication_policies_settings` resource not correctly resetting to default on destroy. ([#501](https://github.com/pingidentity/terraform-provider-pingfederate/pull/501))
89

910
# v1.4.4 April 8, 2025
1011
### Bug fixes

internal/acctest/common/attributecontractfulfillment/attribute_contract_fulfillment_acctest.go

Lines changed: 0 additions & 45 deletions
This file was deleted.

internal/acctest/common/configuration/configuration_acctest.go

Lines changed: 0 additions & 65 deletions
This file was deleted.

internal/acctest/config/authenticationpolicies/settings/authentication_policies_settings_resource_gen_test.go

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/acctest/config/authenticationpolicies/settings/authentication_policies_settings_test.go

Lines changed: 0 additions & 105 deletions
This file was deleted.

internal/acctest/config/datastore/custom_data_store_resource_gen_test.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/acctest/config/datastore/jdbc_data_store_resource_gen_test.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/acctest/config/datastore/ldap_data_store_resource_gen_test.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/acctest/config/datastore/ping_one_ldap_gateway_data_store_resource_gen_test.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)