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

Enables direct supply of a valid accessToken via the playbook for VCP… #456

Closed BeardedPrincess closed 4 months ago

BeardedPrincess commented 4 months ago

…. also Improves errors on expired access token. (Previously this error was unhandled and failed at parsing an empty response body with an unexpected end of json error.

Finally, improves playbook validation for VCP credentials, and prevents more than one kind of credential to be set. Like highlander, there can now only be one! This should keep us from having to make a (wrong) prioritization decision about which credential should be used when multiple are provided.