terraform-provider-bigip icon indicating copy to clipboard operation
terraform-provider-bigip copied to clipboard

RFE: Add new resource to create/manage OCSP Profiles

Open amolari opened this issue 2 years ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe.

We want to be able create and manage OCSP profiles (in the UI under System ›› Certificate Management : Traffic Certificate Management : OCSP ) with the BIGIP TF provider. The scenario with DNS Resolver is the one that is interesting for us.

Describe the solution you'd like

Add support for OCSP Profiles creation/management . Use case is DNS resolver (related to https://github.com/F5Networks/terraform-provider-bigip/issues/864)

amolari avatar Sep 05 '23 13:09 amolari

Hi,

Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1309.

pgouband avatar Sep 25 '23 08:09 pgouband

hi @pgouband It looks like it has been implemented in v1.20.0, resource bigip_sys_ocsp

After testing a bit I see an issue: Whatever the value of attribute trusted_responders is, the OCSP profile is configured with an empty value such as cert_validator_ocsp_trusted_responders "" on the BIGIP. No plan/apply error.

amolari avatar Oct 18 '23 14:10 amolari