Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

PingFederate OAuth Client Management API PVC not enabled in the resource. #105

Closed
ashraidiam opened this issue Jun 11, 2021 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@ashraidiam
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Terraform v0.14.11

Affected Resource(s)

pingfederate_oauth_auth_server_settings

  • pingfederate_10.2.2.0

Terraform Configuration Files

resource "pingfederate_oauth_auth_server_settings" "settings" {

  admin_web_service_pcv_ref = pingfederate_password_credential_validator.client_manager_pvc.name
}

Debug Output

Panic Output

Expected Behavior

Expected behaviour is for the provider to change the PingFederate oauth server settings to update the client management pcv when declared in the resource block.

Actual Behavior

The provider does not change the PingFederate oauth server settings to update the client management pcv when declared in the resource block.

Steps to Reproduce

  1. Declare the resource with the pvc
  2. terraform apply
  3. The plan shows 0 items to change.

Important Factoids

The looks enabled in the resource:

https://github.com/iwarapter/terraform-provider-pingfederate/blob/master/pingfederate/resource_pingfederate_oauth_auth_server_settings.go#L174

But also commented out in the update.

https://github.com/iwarapter/terraform-provider-pingfederate/blob/master/pingfederate/resource_pingfederate_oauth_auth_server_settings.go#L209

References

  • #0000
@ashraidiam ashraidiam added the bug Something isn't working label Jun 11, 2021
mosersil pushed a commit to mosersil/terraform-provider-pingfederate that referenced this issue Jan 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants