related problem:
on key vault outage on 19.3.21 we experienced long running requests to key vault using the azure keyvault get_secret function.
seems like there is no timeout configured.
requested solution:
Please set a default timeout for your requests, and more importantly let user set a timeout for get_secret.
we really do not want to start wrapping functions with timeout decorators using subprocesses.
related problem:
on key vault outage on 19.3.21 we experienced long running requests to key vault using the azure keyvault get_secret function.
seems like there is no timeout configured.
requested solution:
Please set a default timeout for your requests, and more importantly let user set a timeout for get_secret.
we really do not want to start wrapping functions with timeout decorators using subprocesses.