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

Multiple certificate tasks fails others #426

Closed Pmaraveyias closed 5 months ago

Pmaraveyias commented 7 months ago

PROBLEM SUMMARY

If using a single YAML deploying multiple certificates. If one of the certs fail and aborts, the certs that followed are not processed.

STEPS TO REPRODUCE

Force the failure of the first certificate task in multiple

EXPECTED RESULTS

The first certificate task will fail and the remaining will still be executed

ACTUAL RESULTS

The first certificate task fails and the remaining are not executed

ENVIRONMENT DETAILS

Latest vcert

COMMENTS/WORKAROUNDS