jenkinsci / hashicorp-vault-plugin

Jenkins plugin to populate environment variables from secrets stored in HashiCorp's Vault.
https://plugins.jenkins.io/hashicorp-vault-plugin/
MIT License
218 stars 143 forks source link

Do not make two calls to vault to retrieve username and password #282

Open parvathycec opened 1 year ago

parvathycec commented 1 year ago

What feature do you want to see added?

There are two calls made to vault to retrieve username and password of same secret path. In an environment where vault is '-as-a-service', this affects our performance and increases the bill based on the number of calls to the vault service. Can you make just one call to retrieve username and password for a given secret path.

Upstream changes

No response