Venafi / vault-pki-backend-venafi

Venafi PKI Secrets Engine plugin for HashiCorp Vault that enables certificate enrollment using Venafi machine identity services.
Mozilla Public License 2.0
54 stars 20 forks source link

Fix thread lock issue - removed mutex and added retry attribute #101

Closed luispresuelVenafi closed 2 years ago

luispresuelVenafi commented 2 years ago

Removed mutex that prevented resource to be obtainable by threads and reduced performance. Added retry attribute and added logic accordingly.