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
217 stars 143 forks source link

Caching of vault secrets #294

Closed vhag9524 closed 1 year ago

vhag9524 commented 1 year ago

What feature do you want to see added?

Currently there is no caching of vault secrets in jenkins plugin which is causing thousands of read requests to Vault for the same secret. Caching will heavily reduce the read requests from jenkins to Vault

Upstream changes

No response