You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 4 rundeck instances with a lot of jobs running every day, all plugged to my vault cluster to request passwords/keys.
I found that they made like 1.5M call to my vault over 24 hours.
For example I have one job running every 5 minutes, that run 5 jobs on 12 machines and request the same two secrets.
That means, every five minutes, I have 1440 requests to my vault only for the exact same two secrets.
vault pluging version : 1.3.5
rundeck version : 3.4.10
plugin configuration :
Hi,
I have 4 rundeck instances with a lot of jobs running every day, all plugged to my vault cluster to request passwords/keys.
I found that they made like 1.5M call to my vault over 24 hours.
For example I have one job running every 5 minutes, that run 5 jobs on 12 machines and request the same two secrets.
That means, every five minutes, I have 1440 requests to my vault only for the exact same two secrets.
vault pluging version : 1.3.5
rundeck version : 3.4.10
plugin configuration :
Is there anything I forgot to add in the configuration to reduce the number of call ? some sort of caching ?
The text was updated successfully, but these errors were encountered: