Venafi / vcert

Go client SDK and command line utility designed to simplify integrations by automating key generation and certificate enrollment using Venafi machine identity services.
https://support.venafi.com/hc/en-us/articles/217991528
Apache License 2.0
88 stars 64 forks source link

Remove legacy keyPassword from example playbooks #452

Closed BeardedPrincess closed 5 months ago

BeardedPrincess commented 5 months ago

The property keyPassword was removed from the request section of the playbook several versions ago. However, the sample playbooks still showed them. Since it is just a superfluous property in json, it has been ignored, but it causes plenty of confusion with people using the samples. This PR removes them.

luispresuelVenafi commented 5 months ago

Just to add comment the specific version which this was removed from the request object in favor of using it in the task object was in version 5.1.0. We missed to removed. Thank you very much for fixing this @BeardedPrincess