Changed function name from is_vault_unsealed to is_vault_sealed to better reflect how it works but forgot to change an invocation
All checks were successful
Build and deploy Bridgeman Accessible Hashicorp Vault Implementation / deploy (push) Successful in 14s
All checks were successful
Build and deploy Bridgeman Accessible Hashicorp Vault Implementation / deploy (push) Successful in 14s
This commit is contained in:
parent
3c4aa053ac
commit
3dd3862426
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class Initializer:
|
||||||
print(unseal_output)
|
print(unseal_output)
|
||||||
|
|
||||||
# If the vault is now unsealed break/escape from the loop
|
# If the vault is now unsealed break/escape from the loop
|
||||||
if not self.is_vault_unsealed():
|
if not self.is_vault_sealed():
|
||||||
print('Vault is unsealed')
|
print('Vault is unsealed')
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue