Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache Vault secrets using the plugin #295

Open
vinamrahw opened this issue Mar 6, 2023 · 2 comments
Open

Cache Vault secrets using the plugin #295

vinamrahw opened this issue Mar 6, 2023 · 2 comments

Comments

@vinamrahw
Copy link

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

@ebuildy
Copy link

ebuildy commented Jul 12, 2023

never cache a secret .......

@dorbeus
Copy link

dorbeus commented May 30, 2024

In my Jenkins instance i have around 100 requests per second to vault.
It has a large number of jobs that work against a subversion server, and is probably due to each job pulling for repo changes.
So I would also need some form of caching, I know one should not cache secretes but this becomes insane without it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants