domino_admin_toolkit.checks.test_vault_workaround module
- class domino_admin_toolkit.checks.test_vault_workaround.TestVault
Bases:
object
- test_k8s_domino_version()
- Description:
Checks to see if the version of k8s is newer than 1.21.0
- Result:
This test will skip for versions below 1.21.0
- test_vault_running()
- Description:
Check if the domino deployment has vault deployed
- Result:
If vault is not deployed this test will skip
- test_vault_workaround()
- Description:
Run the actual check to see if the fix has already been applied to the system
- Result:
Display if Value does not have the required fix
- Public Facing KB:
https://www.vaultproject.io/docs/auth/kubernetes#kubernetes-1-21
- domino_admin_toolkit.checks.test_vault_workaround.check_k8s_version()
- domino_admin_toolkit.checks.test_vault_workaround.get_test_vault_running()
- domino_admin_toolkit.checks.test_vault_workaround.test_vault_status()
- domino_admin_toolkit.checks.test_vault_workaround.vault_status()
- Return type:
ServiceCheckResult