xenoslib 0.1.29.20__tar.gz → 0.1.29.22__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {xenoslib-0.1.29.20/xenoslib.egg-info → xenoslib-0.1.29.22}/PKG-INFO +1 -1
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/about.py +1 -1
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/extend.py +1 -1
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22/xenoslib.egg-info}/PKG-INFO +1 -1
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/LICENSE +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/README.md +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/setup.cfg +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/setup.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/__init__.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/__main__.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/base.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/dev.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/linux.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/mail.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/mock.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/onedrive.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/win_trayicon.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib/windows.py +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib.egg-info/SOURCES.txt +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib.egg-info/dependency_links.txt +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib.egg-info/requires.txt +0 -0
- {xenoslib-0.1.29.20 → xenoslib-0.1.29.22}/xenoslib.egg-info/top_level.txt +0 -0
|
@@ -252,7 +252,7 @@ class ConfigLoader(SingletonWithArgs):
|
|
|
252
252
|
if not all([vault_url, vault_space, vault_role_id]):
|
|
253
253
|
raise KeyError("Missing required Vault configuration in config.yml")
|
|
254
254
|
|
|
255
|
-
self.vault_client = hvac.Client(url=vault_url, namespace=vault_space)
|
|
255
|
+
self.vault_client = hvac.Client(url=vault_url, namespace=vault_space, timeout=45)
|
|
256
256
|
self.vault_client.auth.approle.login(role_id=vault_role_id, secret_id=self.vault_secret_id)
|
|
257
257
|
except Exception as e:
|
|
258
258
|
self.vault_client = None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|