-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added option for disabling MSI autodiscover feature in azure_keyvault…
…_secret lookup plugin (#1353) * Added option for disabling MSI autodiscover feature * sorting out some linting things and removed msrest module requirement from documentation * added missing period in documentation
- Loading branch information
Showing
1 changed file
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It took me a long time to realize that the extra 27 seconds in my tasks came from this timeout.
Why perform this test when loading the plugin when it cannot take into account the use_msi=false parameter ?
=> This happens for each task in a task file, even if the task does not use the plugin.