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

Support JWT as an authentication method #144

Open cdmadrigal opened 6 months ago

cdmadrigal commented 6 months ago

BUSINESS PROBLEM Today the integration does not support JWT as an authentication method for the plugin. Adding JWT support would bring the integration to parity with other Venafi integrations. VCert SDK and VCert CLI already support JWT, so it's a matter of making those variables available to be passed from the plugin. Today OAuth is the primary authentication method within the plugin.

PROPOSED SOLUTION Allow JWT an an authentication method.

CURRENT ALTERNATIVES None. Currently authenticate with Oauth.