Venafi / vault-pki-monitor-venafi

Venafi PKI Monitoring Secrets Engine for HashiCorp Vault that enforces security policy and provides certificate visiblity to the enterprise.
Mozilla Public License 2.0
19 stars 9 forks source link

errwrap dependancy removed #78

Closed tdrip closed 2 years ago

tdrip commented 3 years ago

Removing a dependancy on errwrap as it is not in the Vault implementation of the PKI tool

https://github.com/hashicorp/vault/tree/main/builtin/logical/pki

PKI Monitor Code source can be diff'd against the above ^

With this dependancy removed diff'ing is easier so that fixes to the plugin core functionality (outside Venafi alterations) can be easily identified and submitted independently