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

The lookup plugin azure_keyvault_secret is very slow on a non-Azure VM #390

Open
SuSaiGit opened this issue Nov 24, 2020 · 1 comment
Open

Comments

@SuSaiGit
Copy link

It looks like these codes are used to determine whether it is running on an Azure VM
https://github.com/Azure/azure_preview_modules/blob/master/lookup_plugins/azure_keyvault_secret.py#L102
But it caused a performance issue on non-Azure VM.
The user has to wait until the HTTP request timeout

@lukos
Copy link

lukos commented Jun 1, 2023

This is a really big problem for us. Normally this response should return really quickly so at minimum, please set a timeout of e.g. 5 seconds. Currently a simple lookup is taking 2 minutes!

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

No branches or pull requests

2 participants