-
Notifications
You must be signed in to change notification settings - Fork 11
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
Slow retrieval of nested keys #18
Comments
Bump |
Hi having trouble configuring the integration can you share your configuration in the docker yaml ? Thanks in advance |
Hi Paulo,
A colleague of mine solved this issue, he had to debug the code a little and found the place where it failed and then retried a few times. Solved by reducing the timeout of this stage to almost zero
Regards,
Patrick
From: chagaspa <[email protected]>
Sent: Wednesday, 15 April 2020 2:09 AM
To: rundeck-plugins/vault-storage <[email protected]>
Cc: Patrick De Tomasi <[email protected]>; Author <[email protected]>
Subject: Re: [rundeck-plugins/vault-storage] Slow retrieval of nested keys (#18)
Hi having trouble configuring the integration can you share your configuration in the docker yaml ?
are you using the env VARIABLES or using the remco template ?
Thanks in advance
Paulo
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#18 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMLAS3RML66S7VWNVXXGJALRMSDBLANCNFSM4IXKMK5Q>.
|
I've been hit by this issue as well. The following was a workaround for now config.retryIntervalMilliseconds=50 |
Upgrading to 'vault-java-driver', version: '5.1.0' will solve the issue due to
|
I am experiencing an issue with retrieving keys inside a nested folder.
If I have /folder1/Key then it can retrieve the key instantly, whether this is using Rundeck's Key Storage browser or through a job itself.
If I have /folder1/folder2/Key then there is about an 8 second delay PER key.
Thus when i have a job which references 5 keys, there is a considerable delay just to get the keys and start the job.
I am running:
Rundeck is running in a docker and vault is running in a docker on a seperate system which they are on an intranet together.
I can't see any considerable CPU or RAM usage spiking on either system.
Any idea why this is happening? any help would be much appreciated
The text was updated successfully, but these errors were encountered: