Venafi / terraform-provider-venafi

HashiCorp Terraform provider that uses Venafi to streamline machine identity (certificate and key) acquisition.
https://www.terraform.io/docs/providers/venafi/
Mozilla Public License 2.0
16 stars 20 forks source link

Adding O, OU, S, L to the certificate object #108

Open ATFromB opened 11 months ago

ATFromB commented 11 months ago

BUSINESS PROBLEM

Requesting for O, OU, S, L to the certificate object to be added to terraform, as the "recommended settings" are not configured for all "Issuing templates" as we have set value for O, OU, S, L to the certificate object which is requiring us to double up and reapply these values to "recommended settings"

PROPOSED SOLUTION

Requesting for O, OU, S, L to the certificate object to be added for the terraform option rather than only replying on "recommended settings"

CURRENT ALTERNATIVES

Manually editing each template to add "recommended settings"

VENAFI EXPERIENCE

1 year +

bones108 commented 3 days ago

It appears that we are experiencing this issue as well ... can we get this prioritized? Here is a sample of errors we are receiving:

│ Error: vcert error: server error: Unexpected status code on Venafi Cloud zone read. Status: 412 Precondition Failed │ Error Code: 10726 Error: Distinguished name component O with value "" is invalid │ Error Code: 10726 Error: Distinguished name component L with value "" is invalid │ Error Code: 10726 Error: Distinguished name component ST with value "" is invalid │ Error Code: 10726 Error: Distinguished name component C with value "" is invalid