pingidentity / terraform-provider-pingfederate

terraform-provider-pingfederate
Other
11 stars 3 forks source link

Timeline of Policy and Idp Connections Resources #208

Open kyogendra08 opened 4 months ago

kyogendra08 commented 4 months ago

Hi Team,

I am implementing Ping Federate as code and currently am missing the following resources from your provider:

Do you know the time line in which it will be available ?

Thank You !

wesleymccollam commented 4 months ago

@Keetika-Yogendra, there is no official timeline for these resources. However, I've marked them as a higher priority internally. I will do my best to update you when they're available.

patrickcping commented 4 months ago

hey @Keetika-Yogendra - as Wes says, we don't have an official date as yet for these resources, but they will be there for the v1 release later in the year. Our delivery is driven by customer priorities, so if not having these resources starts impacting delivery, please get in touch with us directly through your customer or partner account team so we can understand the impact better and we know how to prioritise against other ongoing work

Otherwise, stay tuned, they are on the work queue

Thanks!

carloprone commented 4 months ago

+1 to this request!

In my company we are keen to adopt this adapter, but we really need these two resources. The others still missing we can do without, but Authentication Policies and SP IdP Conn are essential resources, basically the core of the whole product config.

Thanks in advance, cheers!

patrickcping commented 1 month ago

For those watching, pingfederate_authentication_policies was released yesterday in version 0.11: docs link.

Importing PingFederate authentication policies to Terraform is the recommendation here:

There were bugs fixed in the Terraform CLI to support the use of the Import blocks. If you try to use Import block with the pingfederate_authentication_policies resource and you see a panic crash, please update your Terraform to v1.8.4 or higher

The SP - IdP Connections Resource is coming next